Uses of Enum
com.jayway.jsonpath.internal.path.ArraySliceOperation.Operation
Packages that use ArraySliceOperation.Operation
-
Uses of ArraySliceOperation.Operation in com.jayway.jsonpath.internal.path
Fields in com.jayway.jsonpath.internal.path declared as ArraySliceOperation.OperationModifier and TypeFieldDescriptionprivate final ArraySliceOperation.Operation
ArraySliceOperation.operation
Methods in com.jayway.jsonpath.internal.path that return ArraySliceOperation.OperationModifier and TypeMethodDescriptionArraySliceOperation.operation()
Returns the enum constant of this type with the specified name.static ArraySliceOperation.Operation[]
ArraySliceOperation.Operation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.jayway.jsonpath.internal.path with parameters of type ArraySliceOperation.OperationModifierConstructorDescriptionprivate
ArraySliceOperation
(Integer from, Integer to, ArraySliceOperation.Operation operation)