Class MutableConfigOverride
java.lang.Object
com.fasterxml.jackson.databind.cfg.ConfigOverride
com.fasterxml.jackson.databind.cfg.MutableConfigOverride
- All Implemented Interfaces:
Serializable
Extension of
ConfigOverride that allows changing of
contained configuration settings. Exposed to
Modules that want to set
overrides, but not exposed to functionality that wants to apply
overrides.- Since:
- 2.8
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()Override inclusion setting for all properties contained in POJOs of the associated type.Override inclusion setting for properties of the associated type regardless of the type of the POJO containing it.Methods inherited from class com.fasterxml.jackson.databind.cfg.ConfigOverride
empty, getFormat, getIgnorals, getInclude, getIncludeAsProperty, getIsIgnoredType, getMergeable, getSetterInfo, getVisibility
-
Constructor Details
-
MutableConfigOverride
public MutableConfigOverride()
-
-
Method Details
-
copy
-
setFormat
-
setInclude
Override inclusion setting for all properties contained in POJOs of the associated type.- Parameters:
v- Inclusion setting to apply contained properties.
-
setIncludeAsProperty
Override inclusion setting for properties of the associated type regardless of the type of the POJO containing it.- Parameters:
v- Inclusion setting to apply for properties of associated type.- Since:
- 2.9
-
setIgnorals
-
setIsIgnoredType
-
setSetterInfo
- Since:
- 2.9
-
setVisibility
- Since:
- 2.9
-
setMergeable
- Since:
- 2.9
-