Package io.outfoxx.sunday.json.patch
See: Description
-
Interface Summary Interface Description UpdateOp JSON Merge Patch update operations: none, set Patch Patch interface that allows easy creation of patch operations. -
Class Summary Class Description Set JSON Merge Patch setoperation that sets/replaces the current value.Delete JSON Merge Patch deleteoperation that deletes the current value.None JSON Merge Patch noneoperation that leaves the current value untouched.Serializer Custom Serializer for patch operations. TypedDeserializer PatchOp JSON Merge Patch operations: none, set, delete PatchingKt -
Object Summary Object Description Companion Companion Companion Deserializer Custom Deserializer for patch operations.