Uses of Enum
com.fasterxml.jackson.databind.annotation.JsonSerialize.Inclusion
Packages that use JsonSerialize.Inclusion
Package
Description
Annotations that directly depend on classes in databinding bundle
(not just Jackson core) and cannot be included
in Jackson core annotations package (because it cannot have any
external dependencies).
-
Uses of JsonSerialize.Inclusion in com.fasterxml.jackson.databind.annotation
Methods in com.fasterxml.jackson.databind.annotation that return JsonSerialize.InclusionModifier and TypeMethodDescriptionstatic JsonSerialize.Inclusion
Deprecated.Returns the enum constant of this type with the specified name.static JsonSerialize.Inclusion[]
JsonSerialize.Inclusion.values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.