PropertyNamingStrategies.LowerDotCaseStrategy instead
(see
databind#2715
for reason for deprecation)@Deprecated public static class PropertyNamingStrategy.LowerDotCaseStrategy extends PropertyNamingStrategy.PropertyNamingStrategyBase
PropertyNamingStrategy.KebabCaseStrategy, PropertyNamingStrategy.LowerCaseStrategy, PropertyNamingStrategy.LowerDotCaseStrategy, PropertyNamingStrategy.PropertyNamingStrategyBase, PropertyNamingStrategy.SnakeCaseStrategy, PropertyNamingStrategy.UpperCamelCaseStrategyKEBAB_CASE, LOWER_CAMEL_CASE, LOWER_CASE, LOWER_DOT_CASE, SNAKE_CASE, UPPER_CAMEL_CASE| Modifier | Constructor and Description |
|---|---|
|
LowerDotCaseStrategy()
Deprecated.
|
protected |
LowerDotCaseStrategy(boolean logWarning)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
translate(String input)
Deprecated.
|
nameForConstructorParameter, nameForField, nameForGetterMethod, nameForSetterMethod, translateLowerCaseWithSeparatorpublic LowerDotCaseStrategy()
protected LowerDotCaseStrategy(boolean logWarning)
public String translate(String input)
translate in class PropertyNamingStrategy.PropertyNamingStrategyBaseCopyright © 2008–2025 FasterXML. All rights reserved.