Skip to content

Commit

Permalink
Merge branch 'feature/add-back-jackson-module' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
SMILEY4 committed Apr 25, 2024
2 parents 85bc163 + 8f9497c commit 0eec99e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ data class EncodingData(
.with(Option.MAP_VALUES_AS_ADDITIONAL_PROPERTIES)
.with(Option.DEFINITIONS_FOR_ALL_OBJECTS)
.with(Option.INLINE_NULLABLE_SCHEMAS)
.with(JacksonModule())
.without(Option.INLINE_ALL_SCHEMAS)
.also {
it.forTypesInGeneral()
Expand Down

0 comments on commit 0eec99e

Please sign in to comment.