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