Why?
In https://github.com/flipkart-incubator/zjsonpatch/pull/168 I introduced get methods for the fields of the JsonPatchApplicationException. Unfortunately the classes JsonPointer and Operation are not public, so they are not visible when using the getMethods in the project, where I wanna use this library.
What?
add public modifier to JsonPointer and Operation
Why? In https://github.com/flipkart-incubator/zjsonpatch/pull/168 I introduced get methods for the fields of the
JsonPatchApplicationException
. Unfortunately the classes JsonPointer and Operation are not public, so they are not visible when using the getMethods in the project, where I wanna use this library.What? add public modifier to JsonPointer and Operation