public abstract class ConfigOverride
extends java.lang.Object
Class
), but can be further
overridden by annotations attached to the property itself.Modifier and Type | Method and Description |
---|---|
static ConfigOverride |
empty()
Accessor for immutable "empty" instance that has no configuration overrides defined.
|
JsonFormat.Value |
getFormat() |
JsonIgnoreProperties.Value |
getIgnorals() |
JsonInclude.Value |
getInclude() |
JsonInclude.Value |
getIncludeAsProperty() |
java.lang.Boolean |
getIsIgnoredType() |
java.lang.Boolean |
getMergeable() |
JsonSetter.Value |
getSetterInfo() |
JsonAutoDetect.Value |
getVisibility() |
public static ConfigOverride empty()
public JsonFormat.Value getFormat()
public JsonInclude.Value getInclude()
public JsonInclude.Value getIncludeAsProperty()
public JsonIgnoreProperties.Value getIgnorals()
public java.lang.Boolean getIsIgnoredType()
public JsonSetter.Value getSetterInfo()
public JsonAutoDetect.Value getVisibility()
public java.lang.Boolean getMergeable()
Copyright © 2010 - 2020 Adobe. All Rights Reserved