Class ConfigOverride
java.lang.Object
com.fasterxml.jackson.databind.cfg.ConfigOverride
- Direct Known Subclasses:
MutableConfigOverride
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
-
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigOverrideempty()Accessor for immutable "empty" instance that has no configuration overrides defined.
-
Method Details
-
empty
Accessor for immutable "empty" instance that has no configuration overrides defined.- Since:
- 2.9
-
getFormat
-
getInclude
-
getIncludeAsProperty
- Since:
- 2.9
-
getIgnorals
-
getIsIgnoredType
-
getSetterInfo
- Since:
- 2.9
-
getVisibility
- Since:
- 2.9
-
getMergeable
- Since:
- 2.9
-