Uses of Enum Class
org.springframework.shell.boot.SpringShellProperties.OptionNamingCase
Packages that use SpringShellProperties.OptionNamingCase
-
Uses of SpringShellProperties.OptionNamingCase in org.springframework.shell.boot
Methods in org.springframework.shell.boot that return SpringShellProperties.OptionNamingCaseModifier and TypeMethodDescriptionSpringShellProperties.OptionNaming.getCaseType()
Returns the enum constant of this class with the specified name.SpringShellProperties.OptionNamingCase.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.shell.boot with parameters of type SpringShellProperties.OptionNamingCaseModifier and TypeMethodDescriptionvoid
SpringShellProperties.OptionNaming.setCaseType
(SpringShellProperties.OptionNamingCase caseType)