Package | Description |
---|---|
com.fasterxml.jackson.core.type |
Contains classes needed for type introspection, mostly used by data binding
functionality.
|
Modifier and Type | Field and Description |
---|---|
WritableTypeId.Inclusion |
WritableTypeId.include
Property used to indicate style of inclusion for this type id, in cases where
no native type id may be used (either because format has none, like JSON; or
because use of native type ids is disabled [with YAML]).
|
Modifier and Type | Method and Description |
---|---|
static WritableTypeId.Inclusion |
WritableTypeId.Inclusion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WritableTypeId.Inclusion[] |
WritableTypeId.Inclusion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2019 FasterXML. All rights reserved.