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).
|
Modifier and Type | Method and Description |
---|---|
static JsonSerialize.Inclusion |
JsonSerialize.Inclusion.valueOf(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.
|
Copyright © 2008–2021 FasterXML. All rights reserved.