Hierarchy For Package org.springframework.data.rest.webmvc.json.patch
Package Hierarchies:Class Hierarchy
- java.lang.Object
- org.springframework.data.rest.webmvc.json.patch.JsonPatchPatchConverter (implements org.springframework.data.rest.webmvc.json.patch.PatchConverter<T>)
- org.springframework.data.rest.webmvc.json.patch.Patch (implements org.springframework.data.util.Streamable<T>)
- org.springframework.data.rest.webmvc.json.patch.PatchOperation
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.data.rest.webmvc.json.patch.PatchException
- java.lang.RuntimeException
- java.lang.Exception
Interface Hierarchy
- org.springframework.data.rest.webmvc.json.patch.BindContext
- org.springframework.data.rest.webmvc.json.patch.PatchConverter<T>