Uses of Class
com.bazaarvoice.jolt.common.pathelement.BasePathElement
-
Packages that use BasePathElement Package Description com.bazaarvoice.jolt.common.pathelement com.bazaarvoice.jolt.common.tree -
-
Uses of BasePathElement in com.bazaarvoice.jolt.common.pathelement
Subclasses of BasePathElement in com.bazaarvoice.jolt.common.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 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.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 BasePathElement in com.bazaarvoice.jolt.common.tree
Subclasses of BasePathElement in com.bazaarvoice.jolt.common.tree Modifier and Type Class Description classArrayMatchedElementclassMatchedElementMatchedElement is the result of a "match" between a spec PathElement and some input data.
-