Uses of Interface
com.bazaarvoice.jolt.common.pathelement.EvaluatablePathElement
-
Packages that use EvaluatablePathElement Package Description com.bazaarvoice.jolt.common com.bazaarvoice.jolt.common.pathelement com.bazaarvoice.jolt.common.tree -
-
Uses of EvaluatablePathElement in com.bazaarvoice.jolt.common
Fields in com.bazaarvoice.jolt.common with type parameters of type EvaluatablePathElement Modifier and Type Field Description private java.util.List<EvaluatablePathElement>
PathEvaluatingTraversal. elements
-
Uses of EvaluatablePathElement in com.bazaarvoice.jolt.common.pathelement
Classes in com.bazaarvoice.jolt.common.pathelement that implement EvaluatablePathElement Modifier and Type Class Description class
AmpPathElement
PathElement class that handles keys with & values, like input: "photos-&(1,1)"" It breaks down the string into a series of String or Reference tokens, that can be used to 1) match input like "photos-5" where "&(1,1)" evaluated to 5class
ArrayPathElement
class
DollarPathElement
class
LiteralPathElement
Meant to be an immutable PathElement from a Spec, and therefore shareable across threads running multiple transforms using the same spec.class
TransposePathElement
This PathElement is used by Shiftr to Transpose data. -
Uses of EvaluatablePathElement in com.bazaarvoice.jolt.common.tree
Classes in com.bazaarvoice.jolt.common.tree that implement EvaluatablePathElement Modifier and Type Class Description class
ArrayMatchedElement
class
MatchedElement
MatchedElement is the result of a "match" between a spec PathElement and some input data.
-