Package com.fasterxml.jackson.databind
Class PropertyNamingStrategy.LowerDotCaseStrategy
java.lang.Object
com.fasterxml.jackson.databind.PropertyNamingStrategy
com.fasterxml.jackson.databind.PropertyNamingStrategy.PropertyNamingStrategyBase
com.fasterxml.jackson.databind.PropertyNamingStrategy.LowerDotCaseStrategy
- All Implemented Interfaces:
Serializable
- Enclosing class:
PropertyNamingStrategy
@Deprecated
public static class PropertyNamingStrategy.LowerDotCaseStrategy
extends PropertyNamingStrategy.PropertyNamingStrategyBase
Deprecated.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.PropertyNamingStrategy
PropertyNamingStrategy.KebabCaseStrategy, PropertyNamingStrategy.LowerCaseStrategy, PropertyNamingStrategy.LowerDotCaseStrategy, PropertyNamingStrategy.PropertyNamingStrategyBase, PropertyNamingStrategy.SnakeCaseStrategy, PropertyNamingStrategy.UpperCamelCaseStrategy
-
Field Summary
Fields inherited from class com.fasterxml.jackson.databind.PropertyNamingStrategy
KEBAB_CASE, LOWER_CAMEL_CASE, LOWER_CASE, LOWER_DOT_CASE, SNAKE_CASE, UPPER_CAMEL_CASE
-
Constructor Summary
ConstructorsModifierConstructorDescriptionDeprecated.protected
LowerDotCaseStrategy
(boolean logWarning) Deprecated. -
Method Summary
Methods inherited from class com.fasterxml.jackson.databind.PropertyNamingStrategy.PropertyNamingStrategyBase
nameForConstructorParameter, nameForField, nameForGetterMethod, nameForSetterMethod, translateLowerCaseWithSeparator
-
Constructor Details
-
LowerDotCaseStrategy
public LowerDotCaseStrategy()Deprecated. -
LowerDotCaseStrategy
protected LowerDotCaseStrategy(boolean logWarning) Deprecated.
-
-
Method Details
-
translate
Deprecated.- Specified by:
translate
in classPropertyNamingStrategy.PropertyNamingStrategyBase
-
PropertyNamingStrategies.LowerDotCaseStrategy
instead (see databind#2715 for reason for deprecation)