Skip to content

Commit

Permalink
feature: upgrade jackson util
Browse files Browse the repository at this point in the history
  • Loading branch information
kalencaya committed Oct 27, 2023
1 parent 3b9e35c commit 17ee180
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,8 @@ public static JsonNode merge(final JsonNode target, final JsonNode patch) {
return targetObject;
}

public static ObjectMapper getMapper() {
return OBJECT_MAPPER;
}

}

0 comments on commit 17ee180

Please sign in to comment.