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