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 IncrementalPersistPatch
static IncrementalPersistPatch
static IncrementalPersistPatch
static IncrementalPersistPatch
static IncrementalPersistPatch
Methods 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 TypeMethodDescriptionvoid
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 IncrementalPersistPatchModifier and TypeMethodDescriptionstatic 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.