Class JsonPathPatch.Operation
- java.lang.Object
-
- com.floragunn.codova.documents.patch.JsonPathPatch.Operation
-
- All Implemented Interfaces:
Document<JsonPathPatch.Operation>
- Enclosing class:
- JsonPathPatch
public static class JsonPathPatch.Operation extends Object implements Document<JsonPathPatch.Operation>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)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
-
-
-
-
Constructor Detail
-
Operation
public Operation(com.jayway.jsonpath.JsonPath jsonPath, Object set)
-
-
Method Detail
-
toBasicObject
public Object toBasicObject()
- Specified by:
toBasicObjectin interfaceDocument<JsonPathPatch.Operation>
-
-