Class JsonPathPatch
- java.lang.Object
-
- com.floragunn.codova.documents.patch.JsonPathPatch
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJsonPathPatch.Operation
-
Field Summary
Fields Modifier and Type Field Description static StringMEDIA_TYPE
-
Constructor Summary
Constructors Constructor Description JsonPathPatch(JsonPathPatch.Operation... operations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocNodeapply(DocNode targetDocument)booleanequals(Object obj)StringgetMediaType()inthashCode()ObjecttoBasicObject()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.floragunn.codova.documents.Document
meta, toBytes, toDeepBasicObject, toDocNode, toJsonString, toPrettyJsonString, toSmile, toString, toYamlString
-
-
-
-
Field Detail
-
MEDIA_TYPE
public static final String MEDIA_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JsonPathPatch
public JsonPathPatch(JsonPathPatch.Operation... operations)
-
-
Method Detail
-
toBasicObject
public Object toBasicObject()
- Specified by:
toBasicObjectin interfaceDocument<Object>
-
getMediaType
public String getMediaType()
- Specified by:
getMediaTypein interfaceDocPatch
-
-