Package io.smallrye.config
Class KeyMapBackedConfigSource
- java.lang.Object
-
- io.smallrye.config.common.AbstractConfigSource
-
- io.smallrye.config.KeyMapBackedConfigSource
-
- All Implemented Interfaces:
Serializable,org.eclipse.microprofile.config.spi.ConfigSource
@Deprecated(forRemoval=true) public class KeyMapBackedConfigSource extends AbstractConfigSource
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyMapBackedConfigSource(String name, int ordinal, KeyMap<String> properties)Deprecated, for removal: This API element is subject to removal in a future version.KeyMapBackedConfigSource(String name, KeyMap<String> properties)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Map<String,String>getProperties()Deprecated, for removal: This API element is subject to removal in a future version.Set<String>getPropertyNames()Deprecated, for removal: This API element is subject to removal in a future version.StringgetValue(String propertyName)Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class io.smallrye.config.common.AbstractConfigSource
getName, getOrdinal, toString
-
-