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 TraversrPathEvaluatingTraversal. traversrMethods in com.bazaarvoice.jolt.common that return Traversr Modifier and Type Method Description protected abstract TraversrPathEvaluatingTraversal. createTraversr(java.util.List<java.lang.String> paths)protected TraversrTransposeReader. 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 classShiftrTraversr<DataType>Traverser that does not overwrite data.Methods in com.bazaarvoice.jolt.shiftr that return Traversr Modifier and Type Method Description protected TraversrShiftrWriter. 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 classSimpleTraversr<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 TraversrBaseTraversalStep. traversrConstructors 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)
-