flipkart-incubator / zjsonpatch

This is an implementation of RFC 6902 JSON Patch written in Java
Apache License 2.0
527 stars 152 forks source link

Make JsonPointer and Operation public #170

Closed elisaherold closed 1 year ago

elisaherold commented 1 year ago

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