Interface JsonPatchOperation.Op
-
- Enclosing class:
- JsonPatchOperation
public static interface JsonPatchOperation.Op
The operation to be performed.
-
-
Field Detail
-
ADD
static final java.lang.String ADD
add.- See Also:
- Constant Field Values
-
REMOVE
static final java.lang.String REMOVE
remove.- See Also:
- Constant Field Values
-
REPLACE
static final java.lang.String REPLACE
replace.- See Also:
- Constant Field Values
-
MOVE
static final java.lang.String MOVE
move.- See Also:
- Constant Field Values
-
COPY
static final java.lang.String COPY
copy.- See Also:
- Constant Field Values
-
TEST
static final java.lang.String TEST
test.- See Also:
- Constant Field Values
-
-