Uses of Class
io.github.mmm.base.text.CaseConversion
-
Packages that use CaseConversion Package Description io.github.mmm.base.text Contains helpers to deal with text (string, etc.) and case. -
-
Uses of CaseConversion in io.github.mmm.base.text
Methods in io.github.mmm.base.text that return CaseConversion Modifier and Type Method Description CaseConversion
CaseSyntax. getFirstCase()
CaseConversion
CaseSyntax. getOtherCase()
CaseConversion
CaseSyntax. getWordStartCase()
static CaseConversion
CaseConversion. ofExample(char c, boolean strict)
static CaseConversion
CaseConversion. valueOf(String name)
Returns the enum constant of this type with the specified name.static CaseConversion[]
CaseConversion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.mmm.base.text with parameters of type CaseConversion Modifier and Type Method Description static boolean
CaseConversion. areIncompatible(CaseConversion case1, CaseConversion case2)
static boolean
CaseConversion. isCaseChange(CaseConversion caseConversion)
static CaseSyntax
CaseSyntax. of(Character separator, CaseConversion allCharCase)
The constructor.static CaseSyntax
CaseSyntax. of(Character separator, CaseConversion firstCharCase, CaseConversion wordStartCharCase)
The constructor.static CaseSyntax
CaseSyntax. of(Character separator, CaseConversion firstCharCase, CaseConversion wordStartCharCase, CaseConversion otherCharCase)
-