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