toEnumConstant method
transforms the string to a enum constant used for AppLocale enum
Implementation
String toEnumConstant() {
return this.toLowerCase().toCase(KeyCase.camel);
}
transforms the string to a enum constant used for AppLocale enum
String toEnumConstant() {
return this.toLowerCase().toCase(KeyCase.camel);
}