Uses of Interface
com.floragunn.codova.documents.patch.JsonPatch.Operation
-
Packages that use JsonPatch.Operation Package Description com.floragunn.codova.documents.patch -
-
Uses of JsonPatch.Operation in com.floragunn.codova.documents.patch
Classes in com.floragunn.codova.documents.patch that implement JsonPatch.Operation Modifier and Type Class Description static classJsonPatch.Operation.Addstatic classJsonPatch.Operation.Copystatic classJsonPatch.Operation.Movestatic classJsonPatch.Operation.Removestatic classJsonPatch.Operation.Replacestatic classJsonPatch.Operation.TestMethods in com.floragunn.codova.documents.patch that return JsonPatch.Operation Modifier and Type Method Description static JsonPatch.OperationJsonPatch.Operation. parse(DocNode docNode)Constructors in com.floragunn.codova.documents.patch with parameters of type JsonPatch.Operation Constructor Description JsonPatch(JsonPatch.Operation... operations)
-