Class JsonInclude.Value

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

public static class JsonInclude.Value extends Object implements JacksonAnnotationValue<JsonInclude>, Serializable
Helper class used to contain information from a single JsonInclude annotation.
See Also: