Uses of Enum
com.bazaarvoice.jolt.traversr.traversal.TraversalStep.Operation
Packages that use TraversalStep.Operation
-
Uses of TraversalStep.Operation in com.bazaarvoice.jolt.traversr
Methods in com.bazaarvoice.jolt.traversr with parameters of type TraversalStep.OperationModifier and TypeMethodDescriptionSimpleTraversr.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".Traversr.handleIntermediateGet(TraversalStep traversalStep, Object tree, String key, TraversalStep.Operation op) Allow subclasses to control how gets are handled for intermediate traversals. -
Uses of TraversalStep.Operation in com.bazaarvoice.jolt.traversr.traversal
Subclasses with type arguments of type TraversalStep.Operation in com.bazaarvoice.jolt.traversr.traversalModifier and TypeClassDescriptionstatic enumThe three things you can do with a Traversal.Methods in com.bazaarvoice.jolt.traversr.traversal that return TraversalStep.OperationModifier and TypeMethodDescriptionstatic TraversalStep.OperationReturns 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.Methods in com.bazaarvoice.jolt.traversr.traversal with parameters of type TraversalStep.Operation