Class MutableConfigOverride

java.lang.Object
tools.jackson.databind.cfg.ConfigOverride
tools.jackson.databind.cfg.MutableConfigOverride
All Implemented Interfaces:
Serializable

public class MutableConfigOverride extends ConfigOverride implements Serializable
Extension of ConfigOverride that allows changing of contained configuration settings. Exposed to JacksonModules that want to set overrides, but not exposed to functionality that wants to apply overrides.
See Also: