Class IncrementalPersistPatch
java.lang.Object
de.xima.fc.gui.designer.form.model.params.IncrementalPersistPatch
- All Implemented Interfaces:
Serializable
POJO model for JSON patches received from the form designer for the form persist JSON. This is a JSON patch, see
https://tools.ietf.org/html/rfc6902
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IncrementalPersistPatch
static IncrementalPersistPatch
getFrom()
getOp()
getPath()
getValue()
static IncrementalPersistPatch
static IncrementalPersistPatch
static IncrementalPersistPatch
void
void
setOp
(EIncrementalPersistPatchOperation operation) void
void
-
Constructor Details
-
IncrementalPersistPatch
public IncrementalPersistPatch()For JSON deserialization. Use static factory methods.
-
-
Method Details
-
getFrom
-
getOp
-
getPath
-
getValue
-
setFrom
-
setOp
-
setPath
-
setValue
-
add
-
copy
-
move
-
remove
-
replace
-