Package io.smallrye.config
Class DefaultValuesConfigSource
java.lang.Object
io.smallrye.config.common.AbstractConfigSource
io.smallrye.config.DefaultValuesConfigSource
- All Implemented Interfaces:
Serializable,org.eclipse.microprofile.config.spi.ConfigSource
public final class DefaultValuesConfigSource
extends io.smallrye.config.common.AbstractConfigSource
- See Also:
-
Field Summary
FieldsFields inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
CONFIG_ORDINAL, DEFAULT_ORDINAL -
Constructor Summary
ConstructorsConstructorDescriptionDefaultValuesConfigSource(Map<String, String> properties, String name, int ordinal) -
Method Summary
Methods inherited from class io.smallrye.config.common.AbstractConfigSource
getName, getOrdinal, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
getProperties
-
Field Details
-
NAME
- See Also:
-
ORDINAL
public static final int ORDINAL- See Also:
-
-
Constructor Details
-
DefaultValuesConfigSource
-
-
Method Details
-
getPropertyNames
-
getValue
-