Interface | Description |
---|---|
TraversalStep<StepType,DataType> |
A step in a JSON tree traversal.
|
Class | Description |
---|---|
ArrayTraversalStep<DataType> |
TraversalStep that expects to handle List objects.
|
AutoExpandArrayTraversalStep<DataType> |
Subclass of ArrayTraversalStep that does not care about array index numbers.
|
BaseTraversalStep<StepType,DataType> | |
MapTraversalStep<DataType> |
TraversalStep that expects to handle Map objects.
|
Enum | Description |
---|---|
TraversalStep.Operation |
The three things you can do with a Traversal.
|