Uses of Class
com.bazaarvoice.jolt.traversr.Traversr
-
Packages that use Traversr Package Description com.bazaarvoice.jolt.common com.bazaarvoice.jolt.shiftr com.bazaarvoice.jolt.traversr com.bazaarvoice.jolt.traversr.traversal -
-
Uses of Traversr in com.bazaarvoice.jolt.common
Fields in com.bazaarvoice.jolt.common declared as Traversr Modifier and Type Field Description private Traversr
PathEvaluatingTraversal. traversr
Methods in com.bazaarvoice.jolt.common that return Traversr Modifier and Type Method Description protected abstract Traversr
PathEvaluatingTraversal. createTraversr(java.util.List<java.lang.String> paths)
protected Traversr
TransposeReader. createTraversr(java.util.List<java.lang.String> paths)
-
Uses of Traversr in com.bazaarvoice.jolt.shiftr
Subclasses of Traversr in com.bazaarvoice.jolt.shiftr Modifier and Type Class Description class
ShiftrTraversr<DataType>
Traverser that does not overwrite data.Methods in com.bazaarvoice.jolt.shiftr that return Traversr Modifier and Type Method Description protected Traversr
ShiftrWriter. createTraversr(java.util.List<java.lang.String> paths)
-
Uses of Traversr in com.bazaarvoice.jolt.traversr
Subclasses of Traversr in com.bazaarvoice.jolt.traversr Modifier and Type Class Description class
SimpleTraversr<DataType>
Simple Traversr that 1 Does overwrite sets at the leaf level 2 Will create intermediate container objects only on SET operations -
Uses of Traversr in com.bazaarvoice.jolt.traversr.traversal
Fields in com.bazaarvoice.jolt.traversr.traversal declared as Traversr Modifier and Type Field Description protected Traversr
BaseTraversalStep. traversr
Constructors in com.bazaarvoice.jolt.traversr.traversal with parameters of type Traversr Constructor Description ArrayTraversalStep(Traversr traversr, TraversalStep child)
AutoExpandArrayTraversalStep(Traversr traversr, TraversalStep child)
BaseTraversalStep(Traversr traversr, TraversalStep child)
MapTraversalStep(Traversr traversr, TraversalStep child)
-