Uses of Interface
com.bazaarvoice.jolt.common.pathelement.MatchablePathElement
-
-
Uses of MatchablePathElement in com.bazaarvoice.jolt.cardinality
Fields in com.bazaarvoice.jolt.cardinality declared as MatchablePathElement Modifier and Type Field Description protected MatchablePathElement
CardinalitySpec. pathElement
Methods in com.bazaarvoice.jolt.cardinality that return MatchablePathElement Modifier and Type Method Description MatchablePathElement
CardinalitySpec. getPathElement()
-
Uses of MatchablePathElement in com.bazaarvoice.jolt.common
Methods in com.bazaarvoice.jolt.common that return MatchablePathElement Modifier and Type Method Description static MatchablePathElement
PathElementBuilder. buildMatchablePathElement(java.lang.String rawJsonKey)
Create a path element and ensures it is a Matchable Path Element -
Uses of MatchablePathElement in com.bazaarvoice.jolt.common.pathelement
Subinterfaces of MatchablePathElement in com.bazaarvoice.jolt.common.pathelement Modifier and Type Interface Description interface
StarPathElement
Marker interface for PathElements that contain the "*" wildcard.Classes in com.bazaarvoice.jolt.common.pathelement that implement MatchablePathElement 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
AtPathElement
class
DollarPathElement
class
HashPathElement
For use on the LHS, allows the user to specify an explicit string to write out.class
LiteralPathElement
Meant to be an immutable PathElement from a Spec, and therefore shareable across threads running multiple transforms using the same spec.class
StarAllPathElement
PathElement for the lone "*" wildcard.class
StarDoublePathElement
PathElement for the a double "*" wildcard such as tag-*-*.class
StarRegexPathElement
Non-greedy * based Path Element.class
StarSinglePathElement
PathElement for the a single "*" wildcard such as tag-*.class
TransposePathElement
This PathElement is used by Shiftr to Transpose data. -
Uses of MatchablePathElement in com.bazaarvoice.jolt.common.spec
Methods in com.bazaarvoice.jolt.common.spec that return MatchablePathElement Modifier and Type Method Description MatchablePathElement
BaseSpec. getPathElement()
Gimme the LHS path element -
Uses of MatchablePathElement in com.bazaarvoice.jolt.modifier.spec
Fields in com.bazaarvoice.jolt.modifier.spec declared as MatchablePathElement Modifier and Type Field Description protected MatchablePathElement
ModifierSpec. pathElement
Methods in com.bazaarvoice.jolt.modifier.spec that return MatchablePathElement Modifier and Type Method Description MatchablePathElement
ModifierSpec. getPathElement()
-
Uses of MatchablePathElement in com.bazaarvoice.jolt.removr.spec
Fields in com.bazaarvoice.jolt.removr.spec declared as MatchablePathElement Modifier and Type Field Description protected MatchablePathElement
RemovrSpec. pathElement
-
Uses of MatchablePathElement in com.bazaarvoice.jolt.shiftr.spec
Fields in com.bazaarvoice.jolt.shiftr.spec declared as MatchablePathElement Modifier and Type Field Description protected MatchablePathElement
ShiftrSpec. pathElement
Methods in com.bazaarvoice.jolt.shiftr.spec that return MatchablePathElement Modifier and Type Method Description MatchablePathElement
ShiftrSpec. getPathElement()
-