Uses of Interface
com.bazaarvoice.jolt.common.pathelement.PathElement
Packages that use PathElement
Package
Description
-
Uses of PathElement in com.bazaarvoice.jolt.cardinality
Methods in com.bazaarvoice.jolt.cardinality that return types with arguments of type PathElement -
Uses of PathElement in com.bazaarvoice.jolt.common
Methods in com.bazaarvoice.jolt.common that return PathElementModifier and TypeMethodDescriptionPathEvaluatingTraversal.get
(int index) static PathElement
PathElementBuilder.parseSingleKeyLHS
(String origKey) Visible for Testing.Methods in com.bazaarvoice.jolt.common that return types with arguments of type PathElementModifier and TypeMethodDescriptionstatic List
<PathElement> PathElementBuilder.parseDotNotationRHS
(String dotNotation) Parse the dotNotation of the RHS.static List
<PathElement> -
Uses of PathElement in com.bazaarvoice.jolt.common.pathelement
Subinterfaces of PathElement in com.bazaarvoice.jolt.common.pathelementModifier and TypeInterfaceDescriptioninterface
interface
interface
Marker interface for PathElements that contain the "*" wildcard.Classes in com.bazaarvoice.jolt.common.pathelement that implement PathElementModifier 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
class
class
For use on the LHS, allows the user to specify an explicit string to write out.class
Meant to be an immutable PathElement from a Spec, and therefore shareable across threads running multiple transforms using the same spec.class
PathElement for the lone "*" wildcard.class
PathElement for the a double "*" wildcard such as tag-*-*.class
Non-greedy * based Path Element.class
PathElement for the a single "*" wildcard such as tag-*.class
This PathElement is used by Shiftr to Transpose data. -
Uses of PathElement in com.bazaarvoice.jolt.common.tree
Classes in com.bazaarvoice.jolt.common.tree that implement PathElementModifier and TypeClassDescriptionclass
class
MatchedElement is the result of a "match" between a spec PathElement and some input data. -
Uses of PathElement in com.bazaarvoice.jolt.removr.spec
Methods in com.bazaarvoice.jolt.removr.spec that return PathElement