Uses of Interface
com.bazaarvoice.jolt.common.reference.PathReference
Packages that use PathReference
-
Uses of PathReference in com.bazaarvoice.jolt.common.pathelement
Fields in com.bazaarvoice.jolt.common.pathelement declared as PathReference -
Uses of PathReference in com.bazaarvoice.jolt.common.reference
Subinterfaces of PathReference in com.bazaarvoice.jolt.common.referenceModifier and TypeInterfaceDescriptioninterface
Reference is used by Shiftr when lookup up values from a WalkedPath (list of LiteralPathElements).Classes in com.bazaarvoice.jolt.common.reference that implement PathReferenceModifier and TypeClassDescriptionclass
This class parses the Jolt invalid input: '&' syntax into useful programmatic constructs.class
All "References" extend this class and support three level of syntactic sugar Example with the AmpReference 1 "invalid input: '&'" 2 "invalid input: '&'0" 3 "invalid input: '&'(0,0)" all three mean the same thing.class
class
class
TODO : Refactor the out to it's own class, as it really isn't a "Reference" This is just a cheap hack at the moment.