Uses of Class
org.nuiton.config.example.NuitonConfigExampleConfigOption
-
-
Uses of NuitonConfigExampleConfigOption in org.nuiton.config.example
Methods in org.nuiton.config.example that return NuitonConfigExampleConfigOption Modifier and Type Method Description NuitonConfigExampleConfigOption[]
GeneratedNuitonConfigExampleConfigProvider. getOptions()
static NuitonConfigExampleConfigOption
NuitonConfigExampleConfigOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static NuitonConfigExampleConfigOption[]
NuitonConfigExampleConfigOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuiton.config.example that return types with arguments of type NuitonConfigExampleConfigOption Modifier and Type Method Description protected List<NuitonConfigExampleConfigOption>
GeneratedNuitonConfigExampleConfig. orderedByKey()
-