Uses of Class
com.jayway.jsonpath.internal.path.ArraySliceOperation.Operation
-
Packages that use ArraySliceOperation.Operation Package Description com.jayway.jsonpath.internal.path -
-
Uses of ArraySliceOperation.Operation in com.jayway.jsonpath.internal.path
Fields in com.jayway.jsonpath.internal.path declared as ArraySliceOperation.Operation Modifier and Type Field Description private ArraySliceOperation.Operation
ArraySliceOperation. operation
Methods in com.jayway.jsonpath.internal.path that return ArraySliceOperation.Operation Modifier and Type Method Description ArraySliceOperation.Operation
ArraySliceOperation. operation()
static ArraySliceOperation.Operation
ArraySliceOperation.Operation. valueOf(java.lang.String name)
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.Operation Constructor Description ArraySliceOperation(java.lang.Integer from, java.lang.Integer to, ArraySliceOperation.Operation operation)
-