Package | Description |
---|---|
com.bazaarvoice.jolt.common.reference |
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 |
DollarReference |