Class ConfigOverride

java.lang.Object
com.fasterxml.jackson.databind.cfg.ConfigOverride
Direct Known Subclasses:
MutableConfigOverride

public abstract class ConfigOverride extends Object
Configuration object that is accessed by databinding functionality to find overrides to configuration of properties, based on declared type of the property. Such overrides have precedence over annotations attached to actual type (Class), but can be further overridden by annotations attached to the property itself.
Since:
2.8