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 TypeClassDescriptionclassThe 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 PathEvaluatingTraversalFunctionArg.ContextLookupArg.traversalMethods in com.bazaarvoice.jolt.modifier.function with parameters of type PathEvaluatingTraversalModifier and TypeMethodDescriptionstatic FunctionArgFunctionArg.forContext(PathEvaluatingTraversal traversal) static FunctionArgFunctionArg.forSelf(PathEvaluatingTraversal traversal) Constructors in com.bazaarvoice.jolt.modifier.function with parameters of type PathEvaluatingTraversalModifierConstructorDescriptionprivateContextLookupArg(PathEvaluatingTraversal traversal) privateSelfLookupArg(PathEvaluatingTraversal traversal) -
Uses of PathEvaluatingTraversal in com.bazaarvoice.jolt.shiftr
Subclasses of PathEvaluatingTraversal in com.bazaarvoice.jolt.shiftrModifier and TypeClassDescriptionclassShiftr 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