Uses of Interface
com.floragunn.codova.documents.patch.DocPatch
-
Packages that use DocPatch Package Description com.floragunn.codova.documents.patch -
-
Uses of DocPatch in com.floragunn.codova.documents.patch
Classes in com.floragunn.codova.documents.patch that implement DocPatch Modifier and Type Class Description classJsonPatchclassJsonPathPatchclassMergePatchclassSimplePathPatchMethods in com.floragunn.codova.documents.patch that return DocPatch Modifier and Type Method Description static DocPatchDocPatch. parse(UnparsedDocument<?> unparsedDoc)static DocPatchDocPatch. parse(String contentType, String content)static DocPatchDocPatch. parseTyped(DocNode docNode)Methods in com.floragunn.codova.documents.patch with parameters of type DocPatch Modifier and Type Method Description default TPatchableDocument. patch(DocPatch patch, Parser.Context context)
-