Uses of Enum
com.fasterxml.jackson.annotation.JsonInclude.Include
-
Uses of JsonInclude.Include in com.fasterxml.jackson.annotation
Fields in com.fasterxml.jackson.annotation declared as JsonInclude.IncludeModifier and TypeFieldDescriptionprotected final JsonInclude.Include
JsonInclude.Value._contentInclusion
protected final JsonInclude.Include
JsonInclude.Value._valueInclusion
Methods in com.fasterxml.jackson.annotation that return JsonInclude.IncludeModifier and TypeMethodDescriptionJsonInclude.Value.getContentInclusion()
JsonInclude.Value.getValueInclusion()
static JsonInclude.Include
Returns the enum constant of this type with the specified name.static JsonInclude.Include[]
JsonInclude.Include.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fasterxml.jackson.annotation with parameters of type JsonInclude.IncludeModifier and TypeMethodDescriptionstatic JsonInclude.Value
JsonInclude.Value.construct
(JsonInclude.Include valueIncl, JsonInclude.Include contentIncl) Factory method to use for constructing an instance for componentsstatic JsonInclude.Value
JsonInclude.Value.construct
(JsonInclude.Include valueIncl, JsonInclude.Include contentIncl, Class<?> valueFilter, Class<?> contentFilter) Factory method to use for constructing an instance for componentsJsonInclude.Value.withContentInclusion
(JsonInclude.Include incl) JsonInclude.Value.withValueInclusion
(JsonInclude.Include incl) Constructors in com.fasterxml.jackson.annotation with parameters of type JsonInclude.IncludeModifierConstructorDescriptionprotected
Value
(JsonInclude.Include vi, JsonInclude.Include ci, Class<?> valueFilter, Class<?> contentFilter)