Class SerdeJsonMapperSupplier

java.lang.Object
io.micronaut.serde.SerdeJsonMapperSupplier
All Implemented Interfaces:
io.micronaut.json.JsonMapperSupplier, Supplier<io.micronaut.json.JsonMapper>

public class SerdeJsonMapperSupplier extends Object implements io.micronaut.json.JsonMapperSupplier
An implementation of the JsonMapperSupplier interface for Micronaut Serialization.
Since:
2.0.0
Author:
graemerocher
  • Constructor Details

    • SerdeJsonMapperSupplier

      public SerdeJsonMapperSupplier()
  • Method Details

    • get

      public io.micronaut.json.JsonMapper get()
      Specified by:
      get in interface Supplier<io.micronaut.json.JsonMapper>