Uses of Class
com.fasterxml.jackson.databind.annotation.JsonSerialize.Inclusion
-
Packages that use JsonSerialize.Inclusion Package Description com.fasterxml.jackson.databind.annotation 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.Inclusion Modifier and Type Method Description JsonSerialize.Inclusion
include()
Deprecated.As of Jackson 2.0, this annotation has been replaced byJsonInclude
static JsonSerialize.Inclusion
JsonSerialize.Inclusion. valueOf(java.lang.String name)
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.
-