Package | Description |
---|---|
com.bazaarvoice.jolt.common | |
com.bazaarvoice.jolt.modifier.function | |
com.bazaarvoice.jolt.shiftr | |
com.bazaarvoice.jolt.shiftr.spec |
Modifier and Type | Class and Description |
---|---|
class |
TransposeReader
The TransposeReader uses a PathEvaluatingTraversal with a SimpleTraversr.
|
Modifier and Type | Method and Description |
---|---|
<T extends PathEvaluatingTraversal> |
TraversalBuilder.build(java.lang.Object rawObj) |
abstract <T extends PathEvaluatingTraversal> |
TraversalBuilder.buildFromPath(java.lang.String path)
Given a path to traverse, and based on what Type T of traverser requested,
build and appropriate traversr
|
Modifier and Type | Field and Description |
---|---|
private PathEvaluatingTraversal |
FunctionArg.ContextLookupArg.traversal |
Modifier and Type | Method and Description |
---|---|
static FunctionArg |
FunctionArg.forContext(PathEvaluatingTraversal traversal) |
static FunctionArg |
FunctionArg.forSelf(PathEvaluatingTraversal traversal) |
Constructor and Description |
---|
ContextLookupArg(PathEvaluatingTraversal traversal) |
SelfLookupArg(PathEvaluatingTraversal traversal) |
Modifier and Type | Class and Description |
---|---|
class |
ShiftrWriter
Shiftr Specific version of a PathEvaluatingTraversal, where we supply a
ShiftrTraversr.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<? extends PathEvaluatingTraversal> |
ShiftrLeafSpec.shiftrWriters |