Interface JacksonObjectMapper

All Superinterfaces:
io.micronaut.json.JsonMapper, ObjectMapper
All Known Implementing Classes:
JacksonJsonMapper

public interface JacksonObjectMapper extends ObjectMapper
A variation of ObjectMapper that allows to clone JacksonObjectMapper with a new SerdeJacksonConfiguration.
Since:
2.9
Author:
Denis Stepanov