| Package | Description |
|---|---|
| com.jayway.jsonpath.internal.path |
| Modifier and Type | Field and Description |
|---|---|
private ArraySliceOperation.Operation |
ArraySliceOperation.operation |
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
ArraySliceOperation(java.lang.Integer from,
java.lang.Integer to,
ArraySliceOperation.Operation operation) |