Package com.bazaarvoice.jolt.traversr.traversal
-
Interface Summary Interface Description TraversalStep<StepType,DataType> A step in a JSON tree traversal. -
Class Summary 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 Summary Enum Description TraversalStep.Operation The three things you can do with a Traversal.