PropertyNamingStrategies.SnakeCaseStrategy
instead
(see
databind#2715
for reason for deprecation)@Deprecated public static class PropertyNamingStrategy.SnakeCaseStrategy 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 |
---|---|
|
SnakeCaseStrategy()
Deprecated.
|
protected |
SnakeCaseStrategy(boolean logWarning)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
translate(String input)
Deprecated.
|
nameForConstructorParameter, nameForField, nameForGetterMethod, nameForSetterMethod, translateLowerCaseWithSeparator
public SnakeCaseStrategy()
protected SnakeCaseStrategy(boolean logWarning)
public String translate(String input)
translate
in class PropertyNamingStrategy.PropertyNamingStrategyBase
Copyright © 2008–2024 FasterXML. All rights reserved.