public final class KebabCaseStrategy 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 |
|---|
KebabCaseStrategy() |
| 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, waitforName@NonNull
public java.lang.String translate(@NonNull
io.micronaut.core.annotation.AnnotatedElement element)
PropertyNamingStrategytranslate in interface PropertyNamingStrategyelement - The annotated element to translate