Modifier and Type | Field and Description |
---|---|
protected MatchablePathElement |
CardinalitySpec.pathElement |
Modifier and Type | Method and Description |
---|---|
MatchablePathElement |
CardinalitySpec.getPathElement() |
Modifier and Type | Method and Description |
---|---|
static MatchablePathElement |
PathElementBuilder.buildMatchablePathElement(java.lang.String rawJsonKey)
Create a path element and ensures it is a Matchable Path Element
|
Modifier and Type | Interface and Description |
---|---|
interface |
StarPathElement
Marker interface for PathElements that contain the "*" wildcard.
|
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 |
AtPathElement |
class |
DollarPathElement |
class |
HashPathElement
For use on the LHS, allows the user to specify an explicit string to write out.
|
class |
LiteralPathElement
Meant to be an immutable PathElement from a Spec, and therefore shareable across
threads running multiple transforms using the same spec.
|
class |
StarAllPathElement
PathElement for the lone "*" wildcard.
|
class |
StarDoublePathElement
PathElement for the a double "*" wildcard such as tag-*-*.
|
class |
StarRegexPathElement
Non-greedy * based Path Element.
|
class |
StarSinglePathElement
PathElement for the a single "*" wildcard such as tag-*.
|
class |
TransposePathElement
This PathElement is used by Shiftr to Transpose data.
|
Modifier and Type | Method and Description |
---|---|
MatchablePathElement |
BaseSpec.getPathElement()
Gimme the LHS path element
|
Modifier and Type | Field and Description |
---|---|
protected MatchablePathElement |
ModifierSpec.pathElement |
Modifier and Type | Method and Description |
---|---|
MatchablePathElement |
ModifierSpec.getPathElement() |
Modifier and Type | Field and Description |
---|---|
protected MatchablePathElement |
RemovrSpec.pathElement |
Modifier and Type | Field and Description |
---|---|
protected MatchablePathElement |
ShiftrSpec.pathElement |
Modifier and Type | Method and Description |
---|---|
MatchablePathElement |
ShiftrSpec.getPathElement() |