| 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. |
| Modifier and Type | Class and Description |
|---|---|
static class |
EnumNamingStrategies.CamelCaseStrategy
Deprecated.
Since 2.19 use
EnumNamingStrategies.LowerCamelCaseStrategy instead. |
static class |
EnumNamingStrategies.KebabCaseStrategy
An implementation of
EnumNamingStrategy that converts enum names in the typical upper
snake case format to upper camel case format. |
static class |
EnumNamingStrategies.LowerCamelCaseStrategy
An implementation of
EnumNamingStrategy that converts enum names in the typical upper
snake case format to lower camel case format. |
static class |
EnumNamingStrategies.LowerCaseStrategy
An implementation of
EnumNamingStrategy that converts enum names in the typical upper
snake case format to upper camel case format. |
static class |
EnumNamingStrategies.LowerDotCaseStrategy
An implementation of
EnumNamingStrategy that converts enum names in the typical upper
snake case format to lower dot case format. |
static class |
EnumNamingStrategies.SnakeCaseStrategy
An implementation of
EnumNamingStrategy that converts enum names in the typical upper
snake case format to upper camel case format. |
static class |
EnumNamingStrategies.UpperCamelCaseStrategy
An implementation of
EnumNamingStrategy that converts enum names in the typical upper
snake case format to upper camel case format. |
static class |
EnumNamingStrategies.UpperSnakeCaseStrategy
An implementation of
EnumNamingStrategy that converts enum names in the typical upper
snake case format to upper camel case format. |
Copyright © 2008–2025 FasterXML. All rights reserved.