public static class PropertyNamingStrategies.LowerDotCaseStrategy extends PropertyNamingStrategies.NamingBase
PropertyNamingStrategies.KebabCaseStrategy,
but instead of hyphens
as separators, uses dots. Naming convention widely used as configuration properties name.| Modifier and Type | Field and Description |
|---|---|
static PropertyNamingStrategies.LowerDotCaseStrategy |
INSTANCE |
| Constructor and Description |
|---|
LowerDotCaseStrategy() |
| Modifier and Type | Method and Description |
|---|---|
String |
translate(String input) |
nameForConstructorParameter, nameForField, nameForGetterMethod, nameForSetterMethodpublic static final PropertyNamingStrategies.LowerDotCaseStrategy INSTANCE
public String translate(String input)
translate in class PropertyNamingStrategies.NamingBaseCopyright © 2008–2025 FasterXML. All rights reserved.