Package com.bazaarvoice.jolt.common
Class TransposeReader
- java.lang.Object
-
- com.bazaarvoice.jolt.common.PathEvaluatingTraversal
-
- com.bazaarvoice.jolt.common.TransposeReader
-
public class TransposeReader extends PathEvaluatingTraversal
The TransposeReader uses a PathEvaluatingTraversal with a SimpleTraversr. This means that as it walks a path in a tree structure (PathEvaluatingTraversal), it uses the behavior of the SimpleTraversr for tree traversal operations like get, set, and final set.
-
-
Constructor Summary
Constructors Constructor Description TransposeReader(java.lang.String dotNotation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Traversr
createTraversr(java.util.List<java.lang.String> paths)
-
Methods inherited from class com.bazaarvoice.jolt.common.PathEvaluatingTraversal
evaluate, get, getCanonicalForm, read, size, write
-
-
-
-
Method Detail
-
createTraversr
protected Traversr createTraversr(java.util.List<java.lang.String> paths)
- Specified by:
createTraversr
in classPathEvaluatingTraversal
-
-