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 PathElementPathElementBuilder.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 TypeInterfaceDescriptioninterfaceinterfaceinterfaceMarker interface for PathElements that contain the "*" wildcard.Classes in com.bazaarvoice.jolt.common.pathelement that implement PathElementModifier and TypeClassDescriptionclassPathElement 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 5classclassclassclassclassFor use on the LHS, allows the user to specify an explicit string to write out.classMeant to be an immutable PathElement from a Spec, and therefore shareable across threads running multiple transforms using the same spec.classPathElement for the lone "*" wildcard.classPathElement for the a double "*" wildcard such as tag-*-*.classNon-greedy * based Path Element.classPathElement for the a single "*" wildcard such as tag-*.classThis 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 TypeClassDescriptionclassclassMatchedElement 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