Uses of Interface
com.avanza.astrix.config.Setting
-
-
Uses of Setting in com.avanza.astrix.config
Classes in com.avanza.astrix.config that implement Setting Modifier and Type Class Description classBooleanSettingA Setting of boolean type, seeSettingclassEnumSetting<T extends Enum<T>>A Setting of Enum type, seeSettingclassIntSettingA Setting of int type, seeSettingclassLongSettingA Setting of long type, seeSettingclassStringSettingA Setting of String type, seeSettingMethods in com.avanza.astrix.config with parameters of type Setting Modifier and Type Method Description <T> voidMapConfigSource. set(Setting<T> setting, T value)<T> voidMutableConfigSource. set(Setting<T> setting, T value)
-