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 CaseConversionCaseSyntax. getFirstCase()CaseConversionCaseSyntax. getOtherCase()CaseConversionCaseSyntax. getWordStartCase()static CaseConversionCaseConversion. ofExample(char c, boolean strict)static CaseConversionCaseConversion. 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 booleanCaseConversion. areIncompatible(CaseConversion case1, CaseConversion case2)static booleanCaseConversion. isCaseChange(CaseConversion caseConversion)static CaseSyntaxCaseSyntax. of(Character separator, CaseConversion allCharCase)The constructor.static CaseSyntaxCaseSyntax. of(Character separator, CaseConversion firstCharCase, CaseConversion wordStartCharCase)The constructor.static CaseSyntaxCaseSyntax. of(Character separator, CaseConversion firstCharCase, CaseConversion wordStartCharCase, CaseConversion otherCharCase)
-