Uses of Class
com.fasterxml.jackson.annotation.JsonInclude.Include
-
-
Uses of JsonInclude.Include in com.fasterxml.jackson.annotation
Fields in com.fasterxml.jackson.annotation declared as JsonInclude.Include Modifier and Type Field Description protected JsonInclude.IncludeJsonInclude.Value. _contentInclusionprotected JsonInclude.IncludeJsonInclude.Value. _valueInclusionMethods in com.fasterxml.jackson.annotation that return JsonInclude.Include Modifier and Type Method Description JsonInclude.Includecontent()Inclusion rule to use for entries ("content") of annotatedMaps and referential types (likeAtomicReference); defaults toALWAYS.JsonInclude.IncludeJsonInclude.Value. getContentInclusion()JsonInclude.IncludeJsonInclude.Value. getValueInclusion()JsonInclude.Includevalue()Inclusion rule to use for instances (values) of types (Classes) or properties annotated; defaults toALWAYS.static JsonInclude.IncludeJsonInclude.Include. valueOf(java.lang.String name)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.Include Modifier and Type Method Description static JsonInclude.ValueJsonInclude.Value. construct(JsonInclude.Include valueIncl, JsonInclude.Include contentIncl)Factory method to use for constructing an instance for componentsstatic JsonInclude.ValueJsonInclude.Value. construct(JsonInclude.Include valueIncl, JsonInclude.Include contentIncl, java.lang.Class<?> valueFilter, java.lang.Class<?> contentFilter)Factory method to use for constructing an instance for componentsJsonInclude.ValueJsonInclude.Value. withContentInclusion(JsonInclude.Include incl)JsonInclude.ValueJsonInclude.Value. withValueInclusion(JsonInclude.Include incl)Constructors in com.fasterxml.jackson.annotation with parameters of type JsonInclude.Include Constructor Description Value(JsonInclude.Include vi, JsonInclude.Include ci, java.lang.Class<?> valueFilter, java.lang.Class<?> contentFilter)
-