Uses of Interface
com.bazaarvoice.jolt.common.pathelement.MatchablePathElement
Packages that use MatchablePathElement
Package
Description
-
Uses of MatchablePathElement in com.bazaarvoice.jolt.cardinality
Fields in com.bazaarvoice.jolt.cardinality declared as MatchablePathElementModifier and TypeFieldDescriptionprotected final MatchablePathElement
CardinalitySpec.pathElement
Methods in com.bazaarvoice.jolt.cardinality that return MatchablePathElement -
Uses of MatchablePathElement in com.bazaarvoice.jolt.common
Methods in com.bazaarvoice.jolt.common that return MatchablePathElementModifier and TypeMethodDescriptionstatic MatchablePathElement
PathElementBuilder.buildMatchablePathElement
(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.pathelementModifier and TypeInterfaceDescriptioninterface
Marker interface for PathElements that contain the "*" wildcard.Classes in com.bazaarvoice.jolt.common.pathelement that implement MatchablePathElementModifier and TypeClassDescriptionclass
PathElement 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 5class
class
class
class
For use on the LHS, allows the user to specify an explicit string to write out.class
Meant to be an immutable PathElement from a Spec, and therefore shareable across threads running multiple transforms using the same spec.class
PathElement for the lone "*" wildcard.class
PathElement for the a double "*" wildcard such as tag-*-*.class
Non-greedy * based Path Element.class
PathElement for the a single "*" wildcard such as tag-*.class
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 -
Uses of MatchablePathElement in com.bazaarvoice.jolt.modifier.spec
Fields in com.bazaarvoice.jolt.modifier.spec declared as MatchablePathElementMethods in com.bazaarvoice.jolt.modifier.spec that return MatchablePathElement -
Uses of MatchablePathElement in com.bazaarvoice.jolt.removr.spec
Fields in com.bazaarvoice.jolt.removr.spec declared as MatchablePathElement -
Uses of MatchablePathElement in com.bazaarvoice.jolt.shiftr.spec
Fields in com.bazaarvoice.jolt.shiftr.spec declared as MatchablePathElementMethods in com.bazaarvoice.jolt.shiftr.spec that return MatchablePathElement