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
Methods in com.bazaarvoice.jolt.traversr.traversal that return TraversalStep.OperationModifier and TypeMethodDescriptionstatic TraversalStep.Operation
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.Methods in com.bazaarvoice.jolt.traversr.traversal with parameters of type TraversalStep.Operation