Uses of Class
io.aiven.commons.util.strings.CasedString.StringCase
Packages that use CasedString.StringCase
-
Uses of CasedString.StringCase in io.aiven.commons.util.strings
Fields in io.aiven.commons.util.strings declared as CasedString.StringCaseModifier and TypeFieldDescriptionstatic final CasedString.StringCaseCasedString.StringCase.CAMELCamel case tags strings like 'CamelCase' or 'camelCase'.static final CasedString.StringCaseCasedString.StringCase.DOTDot case tags phrases of words like 'phrase.case'.static final CasedString.StringCaseCasedString.StringCase.KEBABKebab case tags strings like 'kebab-case'.static final CasedString.StringCaseCasedString.StringCase.PASCALCamel case tags strings like 'PascalCase' or 'pascalCase'.static final CasedString.StringCaseCasedString.StringCase.PHRASEPhrase case tags phrases of words like 'phrase case'.static final CasedString.StringCaseCasedString.StringCase.SLASHSlash case tags phrases of words like 'phrase.case'.static final CasedString.StringCaseCasedString.StringCase.SNAKESnake case tags strings like 'Snake_Case'.Methods in io.aiven.commons.util.strings with parameters of type CasedString.StringCaseModifier and TypeMethodDescriptionCasedString.as(CasedString.StringCase stringCase) Creates a new cased string from this one but with the new case.CasedString.toCase(CasedString.StringCase stringCase) Converts this cased string into aStringof another format.Constructors in io.aiven.commons.util.strings with parameters of type CasedString.StringCaseModifierConstructorDescriptionCasedString(CasedString.StringCase stringCase, String string) A representation of a cased string and the identified case of that string.CasedString(CasedString.StringCase stringCase, String[] parts) A representation of a cased string and the identified case of that string.