Package jsonvalues
Class Patch
- java.lang.Object
-
- jsonvalues.Patch
-
public final class Patch extends Object
Encapsulates a RFC 6902 implementation. Json patch operations can be applied to Jsons using the methodJson.patch(JsArray)
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Patch.Builder
represents a builder to create json-patch operations according to the RFC 6902 specification.
-
-
-
Method Detail
-
ops
public static Patch.Builder ops()
return a new patch-operation builder- Returns:
- a new patch-operation builder
-
-