public class UpperCamelCaseStrategy extends java.lang.Object implements PropertyNamingStrategy
IDENTITY, KEBAB_CASE, LOWER_CAMEL_CASE, LOWER_CASE, LOWER_DOT_CASE, SNAKE_CASE, UPPER_CAMEL_CASE, UPPER_CAMEL_CASE_WITH_SPACES| Constructor and Description |
|---|
UpperCamelCaseStrategy() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
translate(io.micronaut.core.annotation.AnnotatedElement element)
Translate the given name into the desired format.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforNamepublic java.lang.String translate(io.micronaut.core.annotation.AnnotatedElement element)
PropertyNamingStrategytranslate in interface PropertyNamingStrategyelement - The annotated element to translate