| Package | Description |
|---|---|
| com.bazaarvoice.jolt.traversr | |
| com.bazaarvoice.jolt.traversr.traversal |
| Modifier and Type | Method and Description |
|---|---|
Object |
SimpleTraversr.handleIntermediateGet(TraversalStep traversalStep,
Object tree,
String key,
TraversalStep.Operation op)
Only make a new instance of a container object for SET, if there is nothing "there".
|
abstract Object |
Traversr.handleIntermediateGet(TraversalStep traversalStep,
Object tree,
String key,
TraversalStep.Operation op)
Allow subclasses to control how gets are handled for intermediate traversals.
|
| Modifier and Type | Method and Description |
|---|---|
static TraversalStep.Operation |
TraversalStep.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraversalStep.Operation[] |
TraversalStep.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
BaseTraversalStep.traverse(Object tree,
TraversalStep.Operation op,
Iterator<String> keys,
Object data) |
Object |
TraversalStep.traverse(Object tree,
TraversalStep.Operation op,
Iterator<String> keys,
Object data)
The meat of the Traversal.
|
Copyright © 2014. All Rights Reserved.