Uses of Class
com.bazaarvoice.jolt.common.PathEvaluatingTraversal
Packages that use PathEvaluatingTraversal
Package
Description
-
Uses of PathEvaluatingTraversal in com.bazaarvoice.jolt.common
Subclasses of PathEvaluatingTraversal in com.bazaarvoice.jolt.commonModifier and TypeClassDescriptionclass
The TransposeReader uses a PathEvaluatingTraversal with a SimpleTraversr.Methods in com.bazaarvoice.jolt.common with type parameters of type PathEvaluatingTraversalModifier and TypeMethodDescription<T extends PathEvaluatingTraversal>
Tabstract <T extends PathEvaluatingTraversal>
TTraversalBuilder.buildFromPath
(String path) Given a path to traverse, and based on what Type T of traverser requested, build and appropriate traversr -
Uses of PathEvaluatingTraversal in com.bazaarvoice.jolt.modifier.function
Fields in com.bazaarvoice.jolt.modifier.function declared as PathEvaluatingTraversalModifier and TypeFieldDescriptionprivate final PathEvaluatingTraversal
FunctionArg.ContextLookupArg.traversal
Methods in com.bazaarvoice.jolt.modifier.function with parameters of type PathEvaluatingTraversalModifier and TypeMethodDescriptionstatic FunctionArg
FunctionArg.forContext
(PathEvaluatingTraversal traversal) static FunctionArg
FunctionArg.forSelf
(PathEvaluatingTraversal traversal) Constructors in com.bazaarvoice.jolt.modifier.function with parameters of type PathEvaluatingTraversalModifierConstructorDescriptionprivate
ContextLookupArg
(PathEvaluatingTraversal traversal) private
SelfLookupArg
(PathEvaluatingTraversal traversal) -
Uses of PathEvaluatingTraversal in com.bazaarvoice.jolt.shiftr
Subclasses of PathEvaluatingTraversal in com.bazaarvoice.jolt.shiftrModifier and TypeClassDescriptionclass
Shiftr Specific version of a PathEvaluatingTraversal, where we supply a ShiftrTraversr. -
Uses of PathEvaluatingTraversal in com.bazaarvoice.jolt.shiftr.spec
Fields in com.bazaarvoice.jolt.shiftr.spec with type parameters of type PathEvaluatingTraversalModifier and TypeFieldDescriptionprivate final List
<? extends PathEvaluatingTraversal> ShiftrLeafSpec.shiftrWriters