Uses of Class
com.bazaarvoice.jolt.common.PathEvaluatingTraversal
-
Packages that use PathEvaluatingTraversal Package Description com.bazaarvoice.jolt.common com.bazaarvoice.jolt.modifier.function com.bazaarvoice.jolt.shiftr com.bazaarvoice.jolt.shiftr.spec -
-
Uses of PathEvaluatingTraversal in com.bazaarvoice.jolt.common
Subclasses of PathEvaluatingTraversal in com.bazaarvoice.jolt.common Modifier and Type Class Description class
TransposeReader
The TransposeReader uses a PathEvaluatingTraversal with a SimpleTraversr.Methods in com.bazaarvoice.jolt.common with type parameters of type PathEvaluatingTraversal Modifier and Type Method Description <T extends PathEvaluatingTraversal>
TTraversalBuilder. build(java.lang.Object rawObj)
abstract <T extends PathEvaluatingTraversal>
TTraversalBuilder. buildFromPath(java.lang.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 PathEvaluatingTraversal Modifier and Type Field Description private PathEvaluatingTraversal
FunctionArg.ContextLookupArg. traversal
Methods in com.bazaarvoice.jolt.modifier.function with parameters of type PathEvaluatingTraversal Modifier and Type Method Description static FunctionArg
FunctionArg. forContext(PathEvaluatingTraversal traversal)
static FunctionArg
FunctionArg. forSelf(PathEvaluatingTraversal traversal)
Constructors in com.bazaarvoice.jolt.modifier.function with parameters of type PathEvaluatingTraversal Constructor Description ContextLookupArg(PathEvaluatingTraversal traversal)
SelfLookupArg(PathEvaluatingTraversal traversal)
-
Uses of PathEvaluatingTraversal in com.bazaarvoice.jolt.shiftr
Subclasses of PathEvaluatingTraversal in com.bazaarvoice.jolt.shiftr Modifier and Type Class Description class
ShiftrWriter
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 PathEvaluatingTraversal Modifier and Type Field Description private java.util.List<? extends PathEvaluatingTraversal>
ShiftrLeafSpec. shiftrWriters
-