Package | Description |
---|---|
com.fasterxml.jackson.databind.annotation |
Annotations that directly depend on classes in databinding bundle
(not just Jackson core) and can not be included
in Jackson core annotations package (because it can not have any
external dependencies).
|
Modifier and Type | Method and Description |
---|---|
static JsonSerialize.Inclusion |
JsonSerialize.Inclusion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonSerialize.Inclusion[] |
JsonSerialize.Inclusion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014-2015 FasterXML. All Rights Reserved.