Interface JsonMapperSupplier

All Superinterfaces:
Supplier<JsonMapper>

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

    Methods inherited from interface java.util.function.Supplier

    get