| Interface | Description |
|---|---|
| SettingNamingConvention |
A setting naming convention decides how a setting is named based upon the variable it was created from.
|
| Class | Description |
|---|---|
| LowercaseConvention |
A naming convention that converts any input name to lower case.
|
| NoNamingConvention |
A naming convention that does not modify any names.
|
| SnakeCaseConvention |
A naming convention that converts java-styled
lowerCamelCase names and Proper case names to snake_case. |