Uses of Package
com.bazaarvoice.jolt.common.reference
-
Packages that use com.bazaarvoice.jolt.common.reference Package Description com.bazaarvoice.jolt.common.pathelement com.bazaarvoice.jolt.common.reference -
Classes in com.bazaarvoice.jolt.common.reference used by com.bazaarvoice.jolt.common.pathelement Class Description DollarReference PathReference Reference is used by Shiftr when lookup up values from a WalkedPath (list of LiteralPathElements). -
Classes in com.bazaarvoice.jolt.common.reference used by com.bazaarvoice.jolt.common.reference Class Description BasePathAndGroupReference All "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.BasePathReference PathAndGroupReference Reference is used by Shiftr when lookup up values from a WalkedPath (list of LiteralPathElements).PathReference Reference is used by Shiftr when lookup up values from a WalkedPath (list of LiteralPathElements).