Uses of Class
de.xima.fc.gui.designer.form.model.params.IncrementalPersistPatch
Packages that use IncrementalPersistPatch
- 
Uses of IncrementalPersistPatch in de.xima.fc.gui.designer.form.model.params
Methods in de.xima.fc.gui.designer.form.model.params that return IncrementalPersistPatchModifier and TypeMethodDescriptionstatic IncrementalPersistPatchstatic IncrementalPersistPatchstatic IncrementalPersistPatchstatic IncrementalPersistPatchstatic IncrementalPersistPatchMethods in de.xima.fc.gui.designer.form.model.params that return types with arguments of type IncrementalPersistPatchMethod parameters in de.xima.fc.gui.designer.form.model.params with type arguments of type IncrementalPersistPatchModifier and TypeMethodDescriptionvoidPersistDiff.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 IncrementalPersistPatchModifier and TypeMethodDescriptionstatic 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.