Class ServletConfigSourceImpl
- java.lang.Object
-
- org.jboss.resteasy.microprofile.config.ServletConfigSourceImpl
-
- All Implemented Interfaces:
org.eclipse.microprofile.config.spi.ConfigSource
,ResteasyConfigSource
public class ServletConfigSourceImpl extends Object implements ResteasyConfigSource
-
-
Constructor Summary
Constructors Constructor Description ServletConfigSourceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDefaultOrdinal()
String
getName()
Map<String,String>
getProperties()
Set<String>
getPropertyNames()
String
getValue(String propertyName)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.resteasy.microprofile.config.ResteasyConfigSource
getOrdinal
-
-
-
-
Method Detail
-
getProperties
public Map<String,String> getProperties()
- Specified by:
getProperties
in interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
getPropertyNames
public Set<String> getPropertyNames()
- Specified by:
getPropertyNames
in interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
getValue
public String getValue(String propertyName)
- Specified by:
getValue
in interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
getName
public String getName()
- Specified by:
getName
in interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
getDefaultOrdinal
public int getDefaultOrdinal()
- Specified by:
getDefaultOrdinal
in interfaceResteasyConfigSource
-
-