Uses of Interface
com.bazaarvoice.jolt.common.pathelement.EvaluatablePathElement
Packages that use EvaluatablePathElement
Package
Description
-
Uses of EvaluatablePathElement in com.bazaarvoice.jolt.common
Fields in com.bazaarvoice.jolt.common with type parameters of type EvaluatablePathElementModifier and TypeFieldDescriptionprivate final List
<EvaluatablePathElement> PathEvaluatingTraversal.elements
-
Uses of EvaluatablePathElement in com.bazaarvoice.jolt.common.pathelement
Classes in com.bazaarvoice.jolt.common.pathelement that implement EvaluatablePathElementModifier and TypeClassDescriptionclass
PathElement class that handles keys with invalid input: '&' values, like input: "photos-invalid input: '&'(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 "invalid input: '&'(1,1)" evaluated to 5class
class
class
Meant to be an immutable PathElement from a Spec, and therefore shareable across threads running multiple transforms using the same spec.class
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 EvaluatablePathElementModifier and TypeClassDescriptionclass
class
MatchedElement is the result of a "match" between a spec PathElement and some input data.