public final class LowerCaseStrategy 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 |
---|
LowerCaseStrategy() |
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, wait
forName
public java.lang.String translate(io.micronaut.core.annotation.AnnotatedElement element)
PropertyNamingStrategy
translate
in interface PropertyNamingStrategy
element
- The annotated element to translate