Uses of Class
tools.jackson.databind.PropertyNamingStrategies.SnakeCaseStrategy
Packages that use PropertyNamingStrategies.SnakeCaseStrategy
Package
Description
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.-
Uses of PropertyNamingStrategies.SnakeCaseStrategy in tools.jackson.databind
Subclasses of PropertyNamingStrategies.SnakeCaseStrategy in tools.jackson.databindModifier and TypeClassDescriptionstatic classAPropertyNamingStrategythat translates an input to the equivalent upper case snake case.