You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using JsonMapper lets you switch between Jackson Databind and Micronaut Serialization all other variations do not. So the answer depends if you want to couple yourself to one of the implementations or not
Issue description
The Micronaut Core docs tell you to use
JsonMapper
instead of Jackson'sObjectMapper
as the right interface for serializing objects, but:ObjectMapper
JsonMapper
link takes you to a Javadoc for Jackson'sObjectMapper
class.JsonMapper
link works.Should be a simple docs fix but ... which interface should I use? The Core and Serialization modules don't seem to agree.
The text was updated successfully, but these errors were encountered: