Uses of Class
com.avanza.astrix.config.MapConfigSource
-
-
Uses of MapConfigSource in com.avanza.astrix.config
Methods in com.avanza.astrix.config that return MapConfigSource Modifier and Type Method Description static MapConfigSourceMapConfigSource. of(String key, Object value)static MapConfigSourceMapConfigSource. of(String key1, Object value1, String key2, Object value2)static MapConfigSourceMapConfigSource. of(String key1, Object value1, String key2, Object value2, String key3, Object value3)static MapConfigSourceMapConfigSource. of(Map<String,?> source)Methods in com.avanza.astrix.config with parameters of type MapConfigSource Modifier and Type Method Description voidMapConfigSource. setAll(MapConfigSource config)
-