Package jsonvalues
Class Patch<T extends Json<T>>
- java.lang.Object
-
- jsonvalues.Patch<T>
-
public final class Patch<T extends Json<T>> 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
-
create
public static Patch.Builder create()
return a new patch-operation builder- Returns:
- a new patch-operation builder
-
-