Skip to content

Commit

Permalink
feat: add jackson string process module
Browse files Browse the repository at this point in the history
  • Loading branch information
pipinet committed Oct 9, 2023
1 parent 0022153 commit 81a80c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ public Version version() {

@Override
public void setupModule(SetupContext setupContext) {
setupContext.addDeserializers(new StringProcessDeserializers());
setupContext.addDeserializers(StringProcessDeserializers.INSTANCE);
}
}

0 comments on commit 81a80c4

Please sign in to comment.