PropertyNamingStrategies.UpperCamelCaseStrategy instead
(see
databind#2715
for reason for deprecation)@Deprecated public static class PropertyNamingStrategy.UpperCamelCaseStrategy 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 |
|---|---|
|
UpperCamelCaseStrategy()
Deprecated.
|
protected |
UpperCamelCaseStrategy(boolean logWarning)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
translate(String input)
Deprecated.
Converts camelCase to PascalCase
For example, "userName" would be converted to "UserName".
|
nameForConstructorParameter, nameForField, nameForGetterMethod, nameForSetterMethod, translateLowerCaseWithSeparatorpublic UpperCamelCaseStrategy()
protected UpperCamelCaseStrategy(boolean logWarning)
public String translate(String input)
translate in class PropertyNamingStrategy.PropertyNamingStrategyBaseinput - formatted as camelCase stringCopyright © 2008–2025 FasterXML. All rights reserved.