Interface EvaluatablePathElement
- All Superinterfaces:
PathElement
- All Known Implementing Classes:
AmpPathElement
,ArrayMatchedElement
,ArrayPathElement
,DollarPathElement
,LiteralPathElement
,MatchedElement
,TransposePathElement
-
Method Summary
Modifier and TypeMethodDescriptionevaluate
(WalkedPath walkedPath) Evaluate this key as if it is an write path element.Methods inherited from interface com.bazaarvoice.jolt.common.pathelement.PathElement
getCanonicalForm, getRawKey
-
Method Details
-
evaluate
Evaluate this key as if it is an write path element.- Parameters:
walkedPath
- "up the tree" list of LiteralPathElements, that may be used by this key as it is computing- Returns:
- String path element to use for write tree building
-