| Modifier and Type | Method and Description |
|---|---|
JsonPatchOperation |
JsonPatchItem.getOp() |
static JsonPatchOperation |
JsonPatchOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonPatchOperation[] |
JsonPatchOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
JsonPatchItem(JsonPatchOperation remove,
String path) |
JsonPatchItem(JsonPatchOperation op,
String path,
Object value) |
Copyright © 2019. All rights reserved.