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 MatchablePathElementCardinalitySpec. pathElementMethods in com.bazaarvoice.jolt.cardinality that return MatchablePathElement Modifier and Type Method Description MatchablePathElementCardinalitySpec. getPathElement() -
Uses of MatchablePathElement in com.bazaarvoice.jolt.common
Methods in com.bazaarvoice.jolt.common that return MatchablePathElement Modifier and Type Method Description static MatchablePathElementPathElementBuilder. 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 interfaceStarPathElementMarker interface for PathElements that contain the "*" wildcard.Classes in com.bazaarvoice.jolt.common.pathelement that implement MatchablePathElement Modifier and Type Class Description classAmpPathElementPathElement 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 5classArrayPathElementclassAtPathElementclassDollarPathElementclassHashPathElementFor use on the LHS, allows the user to specify an explicit string to write out.classLiteralPathElementMeant to be an immutable PathElement from a Spec, and therefore shareable across threads running multiple transforms using the same spec.classStarAllPathElementPathElement for the lone "*" wildcard.classStarDoublePathElementPathElement for the a double "*" wildcard such as tag-*-*.classStarRegexPathElementNon-greedy * based Path Element.classStarSinglePathElementPathElement for the a single "*" wildcard such as tag-*.classTransposePathElementThis 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 MatchablePathElementBaseSpec. 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 MatchablePathElementModifierSpec. pathElementMethods in com.bazaarvoice.jolt.modifier.spec that return MatchablePathElement Modifier and Type Method Description MatchablePathElementModifierSpec. 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 MatchablePathElementRemovrSpec. 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 MatchablePathElementShiftrSpec. pathElementMethods in com.bazaarvoice.jolt.shiftr.spec that return MatchablePathElement Modifier and Type Method Description MatchablePathElementShiftrSpec. getPathElement()
-