Class ConfigValueTest.ConfigValueConfigSource
java.lang.Object
org.eclipse.microprofile.config.tck.ConfigValueTest.ConfigValueConfigSource
- All Implemented Interfaces:
ConfigSource
- Enclosing class:
- ConfigValueTest
-
Field Summary
Fields inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
CONFIG_ORDINAL, DEFAULT_ORDINAL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
getProperties
-
Constructor Details
-
ConfigValueConfigSource
public ConfigValueConfigSource()
-
-
Method Details
-
getPropertyNames
- Specified by:
getPropertyNamesin interfaceConfigSource
-
getValue
- Specified by:
getValuein interfaceConfigSource
-
getName
- Specified by:
getNamein interfaceConfigSource
-
getOrdinal
public int getOrdinal()- Specified by:
getOrdinalin interfaceConfigSource
-