public class LowercaseConvention extends Object implements SettingNamingConvention
CAMEL_WORD_START, LOWERCASE, NONE, SNAKE_CASE| Constructor and Description |
|---|
LowercaseConvention()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
name(String name)
Deprecated.
For the given
lowerCamelCase name, returns a name using the convention
defined by this object. |
public String name(String name)
SettingNamingConventionlowerCamelCase name, returns a name using the convention
defined by this object.name in interface SettingNamingConventionname - The name, in lower camel case.