| Package | Description |
|---|---|
| com.fasterxml.jackson.databind |
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode), as well as
writing Java Objects and trees as JSON. |
| com.fasterxml.jackson.databind.util |
Utility classes for Mapper package.
|
| Constructor and Description |
|---|
DelegatingEnumNamingStrategy(NamingStrategyImpls strategy) |
| Modifier and Type | Method and Description |
|---|---|
static NamingStrategyImpls |
NamingStrategyImpls.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamingStrategyImpls[] |
NamingStrategyImpls.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2025 FasterXML. All rights reserved.