Package | Description |
---|---|
com.bazaarvoice.jolt.common | |
com.bazaarvoice.jolt.common.pathelement | |
com.bazaarvoice.jolt.common.tree |
Modifier and Type | Field and Description |
---|---|
private java.util.List<EvaluatablePathElement> |
PathEvaluatingTraversal.elements |
Modifier and Type | Class and Description |
---|---|
class |
AmpPathElement
PathElement class that handles keys with & values, like input: "photos-&(1,1)""
It breaks down the string into a series of String or Reference tokens, that can be used to
1) match input like "photos-5" where "&(1,1)" evaluated to 5
|
class |
ArrayPathElement |
class |
DollarPathElement |
class |
LiteralPathElement
Meant to be an immutable PathElement from a Spec, and therefore shareable across
threads running multiple transforms using the same spec.
|
class |
TransposePathElement
This PathElement is used by Shiftr to Transpose data.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayMatchedElement |
class |
MatchedElement
MatchedElement is the result of a "match" between a spec PathElement and some input data.
|