Class LowerCaseWithDashesStrategy
- java.lang.Object
-
- org.eclipse.yasson.internal.model.customization.naming.LowerCaseStrategy
-
- org.eclipse.yasson.internal.model.customization.naming.LowerCaseWithDashesStrategy
-
- All Implemented Interfaces:
javax.json.bind.config.PropertyNamingStrategy
public class LowerCaseWithDashesStrategy extends LowerCaseStrategy
Lower case with dashesmyPropertyName -> my-property-name
- Author:
- Roman Grigoriadi
-
-
Constructor Summary
Constructors Constructor Description LowerCaseWithDashesStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected char
getSeparator()
Separator for replacing camel case.-
Methods inherited from class org.eclipse.yasson.internal.model.customization.naming.LowerCaseStrategy
translateName
-
-
-
-
Field Detail
-
SEPARATOR
public final Character SEPARATOR
-
-
Method Detail
-
getSeparator
protected char getSeparator()
Description copied from class:LowerCaseStrategy
Separator for replacing camel case.- Specified by:
getSeparator
in classLowerCaseStrategy
- Returns:
- separator
-
-