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
Subclasses with type arguments of type ArraySliceOperation.Operation in com.jayway.jsonpath.internal.pathFields in com.jayway.jsonpath.internal.path declared as ArraySliceOperation.OperationModifier and TypeFieldDescriptionprivate final ArraySliceOperation.OperationArraySliceOperation.operationMethods 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.OperationModifierConstructorDescriptionprivateArraySliceOperation(Integer from, Integer to, ArraySliceOperation.Operation operation)