Class Hierarchy
- java.lang.Object
- com.github.fge.jsonpatch.operation.DualPathOperation (implements com.github.fge.jsonpatch.operation.JsonPatchOperation)
- com.github.fge.jsonpatch.operation.CopyOperation
- com.github.fge.jsonpatch.operation.MoveOperation
- com.github.fge.jsonpatch.operation.PathValueOperation (implements com.github.fge.jsonpatch.operation.JsonPatchOperation)
- com.github.fge.jsonpatch.operation.AddOperation
- com.github.fge.jsonpatch.operation.OmitOperationBase
- com.github.fge.jsonpatch.operation.OmitOperation
- com.github.fge.jsonpatch.operation.OmitOptionalOperation
- com.github.fge.jsonpatch.operation.ReplaceOperation
- com.github.fge.jsonpatch.operation.TestOperation
- com.github.fge.jsonpatch.operation.RemoveOperation (implements com.github.fge.jsonpatch.operation.JsonPatchOperation)
- com.github.fge.jsonpatch.operation.DualPathOperation (implements com.github.fge.jsonpatch.operation.JsonPatchOperation)
Interface Hierarchy
- com.fasterxml.jackson.databind.JsonSerializable
- com.github.fge.jsonpatch.operation.JsonPatchOperation