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 intgetDefaultOrdinal()StringgetName()Map<String,String>getProperties()Set<String>getPropertyNames()StringgetValue(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:
getPropertiesin interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
getPropertyNames
public Set<String> getPropertyNames()
- Specified by:
getPropertyNamesin interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
getValue
public String getValue(String propertyName)
- Specified by:
getValuein interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
getDefaultOrdinal
public int getDefaultOrdinal()
- Specified by:
getDefaultOrdinalin interfaceResteasyConfigSource
-
-