Package dev.morphia.mapping.strategy
Class KebabCase
- java.lang.Object
-
- dev.morphia.mapping.NamingStrategy
-
- dev.morphia.mapping.strategy.KebabCase
-
public class KebabCase extends NamingStrategy
-
-
Constructor Summary
Constructors Constructor Description KebabCase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
apply(String value)
Applies this naming strategy to the given value
-
-
-
Method Detail
-
apply
public String apply(String value)
Description copied from class:NamingStrategy
Applies this naming strategy to the given value- Specified by:
apply
in classNamingStrategy
- Parameters:
value
- the value to process- Returns:
- the updated value
-
-