Package io.smallrye.config
Class ConfigValuePropertiesConfigSource
- java.lang.Object
-
- io.smallrye.config.common.AbstractConfigSource
-
- io.smallrye.config.MapBackedConfigValueConfigSource
-
- io.smallrye.config.ConfigValuePropertiesConfigSource
-
- All Implemented Interfaces:
ConfigValueConfigSource,Serializable,org.eclipse.microprofile.config.spi.ConfigSource
@Deprecated(forRemoval=true) public class ConfigValuePropertiesConfigSource extends MapBackedConfigValueConfigSource
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigValuePropertiesConfigSource(URL url)Deprecated, for removal: This API element is subject to removal in a future version.ConfigValuePropertiesConfigSource(URL url, int defaultOrdinal)Deprecated, for removal: This API element is subject to removal in a future version.ConfigValuePropertiesConfigSource(Map<String,String> properties, String name, int defaultOrdinal)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
-
Methods inherited from class io.smallrye.config.MapBackedConfigValueConfigSource
getConfigValue, getConfigValueProperties, getPropertyNames
-
Methods inherited from class io.smallrye.config.common.AbstractConfigSource
getName, getOrdinal, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
getName, getOrdinal
-
Methods inherited from interface io.smallrye.config.ConfigValueConfigSource
getProperties, getValue
-
-
-
-
Constructor Detail
-
ConfigValuePropertiesConfigSource
public ConfigValuePropertiesConfigSource(URL url) throws IOException
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
ConfigValuePropertiesConfigSource
public ConfigValuePropertiesConfigSource(URL url, int defaultOrdinal) throws IOException
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
-