Class JsonIgnoreProperties.Value

java.lang.Object
com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
All Implemented Interfaces:
JacksonAnnotationValue<JsonIgnoreProperties>, Serializable
Enclosing class:
JsonIgnoreProperties

public static class JsonIgnoreProperties.Value extends Object implements JacksonAnnotationValue<JsonIgnoreProperties>, Serializable
Helper class used to contain information from a single JsonIgnoreProperties annotation, as well as to provide possible overrides from non-annotation sources.
Since:
2.8
See Also: