Uses of Interface
com.bazaarvoice.jolt.common.pathelement.PathElement
-
-
Uses of PathElement in com.bazaarvoice.jolt.cardinality
Methods in com.bazaarvoice.jolt.cardinality that return types with arguments of type PathElement Modifier and Type Method Description static java.util.List<PathElement>CardinalitySpec. parse(java.lang.String key) -
Uses of PathElement in com.bazaarvoice.jolt.common
Methods in com.bazaarvoice.jolt.common that return PathElement Modifier and Type Method Description PathElementPathEvaluatingTraversal. get(int index)static PathElementPathElementBuilder. parseSingleKeyLHS(java.lang.String origKey)Visible for Testing.Methods in com.bazaarvoice.jolt.common that return types with arguments of type PathElement Modifier and Type Method Description static java.util.List<PathElement>PathElementBuilder. parseDotNotationRHS(java.lang.String dotNotation)Parse the dotNotation of the RHS.static java.util.List<PathElement>PathElementBuilder. parseList(java.util.List<java.lang.String> keys, java.lang.String refDotNotation) -
Uses of PathElement in com.bazaarvoice.jolt.common.pathelement
Subinterfaces of PathElement in com.bazaarvoice.jolt.common.pathelement Modifier and Type Interface Description interfaceEvaluatablePathElementinterfaceMatchablePathElementinterfaceStarPathElementMarker interface for PathElements that contain the "*" wildcard.Classes in com.bazaarvoice.jolt.common.pathelement that implement PathElement 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 5classArrayPathElementclassAtPathElementclassBasePathElementclassDollarPathElementclassHashPathElementFor 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 PathElement in com.bazaarvoice.jolt.common.tree
Classes in com.bazaarvoice.jolt.common.tree that implement PathElement Modifier and Type Class Description classArrayMatchedElementclassMatchedElementMatchedElement 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 Modifier and Type Method Description static PathElementRemovrSpec. parse(java.lang.String key)
-