Uses of Class
de.xima.fc.gui.designer.form.model.params.IncrementalPersistPatch
-
Packages that use IncrementalPersistPatch Package Description de.xima.fc.gui.designer.form.model.params de.xima.fc.gui.designer.form.utils -
-
Uses of IncrementalPersistPatch in de.xima.fc.gui.designer.form.model.params
Methods in de.xima.fc.gui.designer.form.model.params that return IncrementalPersistPatch Modifier and Type Method Description static IncrementalPersistPatch
IncrementalPersistPatch. add(String path, Object value)
static IncrementalPersistPatch
IncrementalPersistPatch. copy(String from, String to)
static IncrementalPersistPatch
IncrementalPersistPatch. move(String from, String to)
static IncrementalPersistPatch
IncrementalPersistPatch. remove(String path)
static IncrementalPersistPatch
IncrementalPersistPatch. replace(String path, Object value)
Methods in de.xima.fc.gui.designer.form.model.params that return types with arguments of type IncrementalPersistPatch Modifier and Type Method Description List<IncrementalPersistPatch>
PersistDiff. getFormPatches()
List<IncrementalPersistPatch>
FormItemUpdate. getPatches()
Method parameters in de.xima.fc.gui.designer.form.model.params with type arguments of type IncrementalPersistPatch Modifier and Type Method Description void
PersistDiff. setFormPatches(List<IncrementalPersistPatch> formPatches)
void
FormItemUpdate. setPatches(List<IncrementalPersistPatch> patches)
-
Uses of IncrementalPersistPatch in de.xima.fc.gui.designer.form.utils
Method parameters in de.xima.fc.gui.designer.form.utils with type arguments of type IncrementalPersistPatch Modifier and Type Method Description static void
JsonPatchHelper. patch(List<?> json, Iterable<IncrementalPersistPatch> patches)
Applies one or more JSON patches to the given JSON array.static void
JsonPatchHelper. patch(Map<String,?> json, Iterable<IncrementalPersistPatch> patches)
Applies one or more JSON patches to the given JSON object.
-