Skip to content

Conversation

brharrington
Copy link
Contributor

Update to add a newMapperBuilder to get a builder for the caller to modify. Helps to phase out deprecation warnings when modifying the ObjectMapper.

Update to add a `newMapperBuilder` to get a builder for the
caller to modify. Helps to phase out deprecation warnings
when modifying the ObjectMapper.
@brharrington brharrington added this to the 1.8.0 milestone May 6, 2025
@brharrington brharrington merged commit f097157 into Netflix:main May 6, 2025
5 checks passed
@brharrington brharrington deleted the json-mapper branch May 6, 2025 20:59
new SimpleModule().setSerializerModifier(new JsonSupportSerializerModifier)
)
mapper
private def newMapperBuilder(factory: JsonFactory): JsonMapper.Builder = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make this public? I can really use it in the namespace libraries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants