Class MutableCoercionConfig

java.lang.Object
com.fasterxml.jackson.databind.cfg.CoercionConfig
com.fasterxml.jackson.databind.cfg.MutableCoercionConfig
All Implemented Interfaces:
Serializable

public class MutableCoercionConfig extends CoercionConfig implements Serializable
Mutable version of CoercionConfig (or rather, extended API) exposed during configuration phase of ObjectMapper construction (via JsonMapper.builder()).
Since:
2.12
See Also: