public abstract class ConfigOverride extends Object
Class), but can be further
 overridden by annotations attached to the property itself.| Modifier and Type | Field and Description | 
|---|---|
| protected JsonFormat.Value | _formatDefinitions of format overrides, if any. | 
| protected JsonIgnoreProperties.Value | _ignoralsDefinitions of property ignoral (whether to serialize, deserialize
 given logical property) overrides, if any. | 
| protected JsonInclude.Value | _includeDefinitions of inclusion overrides, if any. | 
| protected Boolean | _isIgnoredTypeFlag that indicates whether "is ignorable type" is specified for this type;
 and if so, is it to be ignored (true) or not ignored (false); `null` is
 used to indicate "not specified", in which case other configuration (class
 annotation) is used. | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | ConfigOverride() | 
| protected  | ConfigOverride(ConfigOverride src) | 
| Modifier and Type | Method and Description | 
|---|---|
| JsonFormat.Value | getFormat() | 
| JsonIgnoreProperties.Value | getIgnorals() | 
| JsonInclude.Value | getInclude() | 
| Boolean | getIsIgnoredType() | 
protected JsonFormat.Value _format
protected JsonInclude.Value _include
protected JsonIgnoreProperties.Value _ignorals
protected Boolean _isIgnoredType
protected ConfigOverride()
protected ConfigOverride(ConfigOverride src)
public JsonFormat.Value getFormat()
public JsonInclude.Value getInclude()
public JsonIgnoreProperties.Value getIgnorals()
public Boolean getIsIgnoredType()
Copyright © 2008–2016 FasterXML. All rights reserved.