gravity9-tech / json-patch-path

An RFC 6902 (JSON Patch) and reverse, plus RFC 7386 (JSON Merge Patch), implementation in Java using Jackson (2.x)
Other
11 stars 1 forks source link

Allow users to customise the ObjectMapper used in JsonMergePatch deserialization #43

Closed BartekGravity closed 1 year ago

BartekGravity commented 1 year ago

Allow users to customise the ObjectMapper used in JsonMergePatch deserialization

* Added a method to JsonMergePatch that takes custom ObjectMapper
* Code cleanup

Resolves #42