Interface JacksonObjectMapper

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

public interface JacksonObjectMapper extends io.micronaut.serde.ObjectMapper
A variation of ObjectMapper that allows to clone JacksonObjectMapper with a new SerdeJacksonConfiguration.
Since:
2.9
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.micronaut.serde.ObjectMapper

    io.micronaut.serde.ObjectMapper.CloseableObjectMapper
  • Method Summary

    Modifier and Type
    Method
    Description
    cloneWithConfiguration(@NonNull SerdeJacksonConfiguration jacksonConfiguration)
    Create a new JacksonObjectMapper with the given configuration.

    Methods inherited from interface io.micronaut.json.JsonMapper

    cloneWithViewClass, createReactiveParser, createSpecific, detectFeatures, getStreamConfig, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValueFromTree, readValueFromTree, updateValueFromTree, writeValue, writeValue, writeValueAsBytes, writeValueAsBytes, writeValueAsString, writeValueAsString, writeValueToTree, writeValueToTree

    Methods inherited from interface io.micronaut.serde.ObjectMapper

    cloneWithConfiguration, cloneWithFeatures, writeValueAsString