Uses of Enum Class
cloud.opencode.base.string.naming.NamingCase
Packages that use NamingCase
-
Uses of NamingCase in cloud.opencode.base.string
Methods in cloud.opencode.base.string that return NamingCaseMethods in cloud.opencode.base.string with parameters of type NamingCaseModifier and TypeMethodDescriptionstatic StringOpenNaming.convert(String name, NamingCase to) Auto-detect and convert to target naming style.static StringOpenNaming.convert(String name, NamingCase from, NamingCase to) Convert naming style.static StringOpenNaming.joinWords(String[] words, NamingCase case_) Join words with naming case. -
Uses of NamingCase in cloud.opencode.base.string.naming
Subclasses with type arguments of type NamingCase in cloud.opencode.base.string.namingMethods in cloud.opencode.base.string.naming that return NamingCaseModifier and TypeMethodDescriptionstatic NamingCaseDetect the naming case of a string.static NamingCaseReturns the enum constant of this class with the specified name.static NamingCase[]NamingCase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.string.naming with parameters of type NamingCaseModifier and TypeMethodDescriptionstatic StringCaseUtil.convert(String name, NamingCase targetCase) Convert to specified naming case.static StringCaseUtil.convert(String name, NamingCase sourceCase, NamingCase targetCase) Convert from one naming case to another.