Package com.bazaarvoice.jolt.common.tree
Class PathStep
java.lang.Object
com.bazaarvoice.jolt.common.tree.PathStep
A tuple class that contains the data for one level of a
tree walk, aka a reference to the input for that level, and
the LiteralPathElement that was matched at that level.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
treeRef
-
matchedElement
-
origSize
-
-
Constructor Details
-
PathStep
-
-
Method Details
-
getTreeRef
-
getMatchedElement
-
getOrigSize
-