Uses of Class
org.ghotibeaun.json.factory.Setting
Package | Description |
---|---|
org.ghotibeaun.json.factory |
-
Uses of Setting in org.ghotibeaun.json.factory
Methods in org.ghotibeaun.json.factory that return Setting Modifier and Type Method Description static Setting
Setting. fromPropertyName(String propertyName)
static Setting
Setting. valueOf(String name)
Returns the enum constant of this type with the specified name.static Setting[]
Setting. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ghotibeaun.json.factory with parameters of type Setting Modifier and Type Method Description static void
FactorySettings. applySetting(Setting setting, String value)
static <T> T
FactorySettings. createFactoryClass(Setting setting)
static String
FactorySettings. getCustomSetting(Setting setting)
static String
FactorySettings. getDefaultSetting(Setting setting)
static Optional<Class<?>>
FactorySettings. getFactoryClass(Setting setting)
static String
FactorySettings. getSetting(Setting setting)
static String
FactorySettings. getSetting(Setting setting, boolean useDefault)