public interface SettingNamingConvention
Java fields are usually lowerCamelCase, while developers might want their configuration to use snake_case or lowercase.
Classes implementing this interface are required to make the conversion from lowerCamelCase to another format.
NoNamingConvention,
SnakeCaseConvention,
LowercaseConvention| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
name(java.lang.String name) |