Class MutableCoercionConfig

java.lang.Object
tools.jackson.databind.cfg.CoercionConfig
tools.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 (via JsonMapper.builder()).
See Also: