Class SimplePathPatch.Operation
- java.lang.Object
-
- com.floragunn.codova.documents.patch.SimplePathPatch.Operation
-
- All Implemented Interfaces:
Document<SimplePathPatch.Operation>
- Enclosing class:
- SimplePathPatch
public static class SimplePathPatch.Operation extends Object implements Document<SimplePathPatch.Operation>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()ObjecttoBasicObject()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.floragunn.codova.documents.Document
meta, toBytes, toDeepBasicObject, toDocNode, toJsonString, toPrettyJsonString, toSmile, toString, toYamlString
-
-
-
-
Method Detail
-
toBasicObject
public Object toBasicObject()
- Specified by:
toBasicObjectin interfaceDocument<SimplePathPatch.Operation>
-
-