Class JacksonDatabindMapperSupplier

java.lang.Object
io.micronaut.jackson.databind.JacksonDatabindMapperSupplier
All Implemented Interfaces:
JsonMapperSupplier, Supplier<JsonMapper>

@Internal public final class JacksonDatabindMapperSupplier extends Object implements JsonMapperSupplier
Implementation of JsonMapperSupplier for Jackson.
Since:
4.0.0
Author:
Graeme Rocher
  • Constructor Details

    • JacksonDatabindMapperSupplier

      public JacksonDatabindMapperSupplier()
  • Method Details