Package | Description |
---|---|
com.bazaarvoice.jolt.common.pathelement | |
com.bazaarvoice.jolt.common.reference |
Modifier and Type | Field and Description |
---|---|
private PathReference |
ArrayPathElement.ref |
Modifier and Type | Interface and Description |
---|---|
interface |
PathAndGroupReference
Reference is used by Shiftr when lookup up values from a WalkedPath (list of LiteralPathElements).
|
Modifier and Type | Class and Description |
---|---|
class |
AmpReference
This class parses the Jolt & syntax into useful programmatic constructs.
|
class |
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.
|
class |
BasePathReference |
class |
DollarReference |
class |
HashReference
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.
|