Class ThreadLocalConfigSource
- java.lang.Object
-
- io.yupiik.bundlebee.operator.configuration.ThreadLocalConfigSource
-
- All Implemented Interfaces:
org.eclipse.microprofile.config.spi.ConfigSource
@Vetoed public class ThreadLocalConfigSource extends Object implements org.eclipse.microprofile.config.spi.ConfigSource
-
-
Constructor Summary
Constructors Constructor Description ThreadLocalConfigSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TforConfiguration(Map<String,String> config, Supplier<T> task)StringgetName()Map<String,String>getProperties()StringgetValue(String s)
-
-
-
Method Detail
-
getProperties
public Map<String,String> getProperties()
- Specified by:
getPropertiesin interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
getValue
public String getValue(String s)
- Specified by:
getValuein interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
-