Uses of Enum Class
io.github.mmm.base.text.CaseConversion
Packages that use CaseConversion
Package
Description
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 CaseConversionModifier and TypeMethodDescriptionCaseSyntax.getFirstCase()CaseSyntax.getOtherCase()CaseSyntax.getWordStartCase()static CaseConversionCaseConversion.ofExample(char c, boolean strict) static CaseConversionReturns the enum constant of this class with the specified name.static CaseConversion[]CaseConversion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.mmm.base.text with parameters of type CaseConversionModifier and TypeMethodDescriptionstatic 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)