Class CustomDbConfigSource
- java.lang.Object
-
- org.eclipse.microprofile.config.tck.configsources.CustomDbConfigSource
-
- All Implemented Interfaces:
ConfigSource
public class CustomDbConfigSource extends Object implements ConfigSource
- Author:
- Mark Struberg
-
-
Field Summary
-
Fields inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
CONFIG_ORDINAL, DEFAULT_ORDINAL
-
-
Constructor Summary
Constructors Constructor Description CustomDbConfigSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()intgetOrdinal()Set<String>getPropertyNames()StringgetValue(String key)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
getProperties
-
-
-
-
Method Detail
-
getOrdinal
public int getOrdinal()
- Specified by:
getOrdinalin interfaceConfigSource
-
getValue
public String getValue(String key)
- Specified by:
getValuein interfaceConfigSource
-
getName
public String getName()
- Specified by:
getNamein interfaceConfigSource
-
getPropertyNames
public Set<String> getPropertyNames()
- Specified by:
getPropertyNamesin interfaceConfigSource
-
-