Uses of Enum
org.instancio.settings.StringCase
Packages that use StringCase
-
Uses of StringCase in org.instancio.settings
Subclasses with type arguments of type StringCase in org.instancio.settingsModifier and TypeClassDescriptionenumA setting that specifies the case of generated strings.Fields in org.instancio.settings with type parameters of type StringCaseModifier and TypeFieldDescriptionstatic final SettingKey<StringCase> Keys.STRING_CASESpecifies the case of generated strings; default isUPPER; property namestring.case.Methods in org.instancio.settings that return StringCaseModifier and TypeMethodDescriptionstatic StringCaseReturns the enum constant of this type with the specified name.static StringCase[]StringCase.values()Returns an array containing the constants of this enum type, in the order they are declared.