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 Stringapply(String value)Applies this naming strategy to the given value 
 - 
 
- 
- 
Method Detail
- 
apply
public String apply(String value)
Description copied from class:NamingStrategyApplies this naming strategy to the given value- Specified by:
 applyin classNamingStrategy- Parameters:
 value- the value to process- Returns:
 - the updated value
 
 
 - 
 
 -