Package com.bazaarvoice.jolt.common
Class TransposeReader
java.lang.Object
com.bazaarvoice.jolt.common.PathEvaluatingTraversal
com.bazaarvoice.jolt.common.TransposeReader
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 -
Method Summary
Methods inherited from class com.bazaarvoice.jolt.common.PathEvaluatingTraversal
evaluate, get, getCanonicalForm, read, size, write
-
Constructor Details
-
TransposeReader
-
-
Method Details
-
createTraversr
- Specified by:
createTraversr
in classPathEvaluatingTraversal
-