Package io.micronaut.serde.config.naming
Class UpperCamelCaseStrategy
java.lang.Object
io.micronaut.serde.config.naming.UpperCamelCaseStrategy
- All Implemented Interfaces:
PropertyNamingStrategy
camel case but first letter always upper.
-
Field Summary
Fields inherited from interface io.micronaut.serde.config.naming.PropertyNamingStrategy
IDENTITY, KEBAB_CASE, LOWER_CAMEL_CASE, LOWER_CASE, LOWER_DOT_CASE, SNAKE_CASE, UPPER_CAMEL_CASE, UPPER_CAMEL_CASE_WITH_SPACES
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
UpperCamelCaseStrategy
public UpperCamelCaseStrategy()
-
-
Method Details
-
translate
Description copied from interface:PropertyNamingStrategy
Translate the given name into the desired format.- Specified by:
translate
in interfacePropertyNamingStrategy
- Parameters:
element
- The annotated element to translate- Returns:
- The translated name
-