Interface JsonMapperSupplier

All Superinterfaces:
Supplier<JsonMapper>
All Known Implementing Classes:
JacksonDatabindMapperSupplier

public interface JsonMapperSupplier extends Supplier<JsonMapper>
Strategy interface for resolving a JsonMapper.
Since:
4.0.0
Author:
graemerocher
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get