Uses of Enum Class
tools.jackson.databind.util.NamingStrategyImpls
Packages that use NamingStrategyImpls
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.Utility classes for Mapper package.
-
Uses of NamingStrategyImpls in tools.jackson.databind
Constructors in tools.jackson.databind with parameters of type NamingStrategyImplsModifierConstructorDescriptionprotected -
Uses of NamingStrategyImpls in tools.jackson.databind.util
Methods in tools.jackson.databind.util that return NamingStrategyImplsModifier and TypeMethodDescriptionstatic NamingStrategyImplsReturns the enum constant of this class with the specified name.static NamingStrategyImpls[]NamingStrategyImpls.values()Returns an array containing the constants of this enum class, in the order they are declared.