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 IncrementalPersistPatchIncrementalPersistPatch. add(String path, Object value)static IncrementalPersistPatchIncrementalPersistPatch. copy(String from, String to)static IncrementalPersistPatchIncrementalPersistPatch. move(String from, String to)static IncrementalPersistPatchIncrementalPersistPatch. remove(String path)static IncrementalPersistPatchIncrementalPersistPatch. 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 voidPersistDiff. setFormPatches(List<IncrementalPersistPatch> formPatches)voidFormItemUpdate. 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 voidJsonPatchHelper. patch(List<?> json, Iterable<IncrementalPersistPatch> patches)Applies one or more JSON patches to the given JSON array.static voidJsonPatchHelper. patch(Map<String,?> json, Iterable<IncrementalPersistPatch> patches)Applies one or more JSON patches to the given JSON object. 
 -