Class ServletContextConfigSource
- java.lang.Object
 - 
- org.jboss.resteasy.microprofile.config.BaseServletConfigSource
 - 
- org.jboss.resteasy.microprofile.config.ServletContextConfigSource
 
 
 
- 
- All Implemented Interfaces:
 org.eclipse.microprofile.config.spi.ConfigSource
public class ServletContextConfigSource extends BaseServletConfigSource implements org.eclipse.microprofile.config.spi.ConfigSource
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intBUILT_IN_DEFAULT_ORDINAL- 
Fields inherited from class org.jboss.resteasy.microprofile.config.BaseServletConfigSource
available, defaultOrdinal, source 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ServletContextConfigSource() 
- 
Method Summary
- 
Methods inherited from class org.jboss.resteasy.microprofile.config.BaseServletConfigSource
getName, getOrdinal, getProperties, getPropertyNames, getValue 
 - 
 
 - 
 
- 
- 
Field Detail
- 
BUILT_IN_DEFAULT_ORDINAL
public static final int BUILT_IN_DEFAULT_ORDINAL
- See Also:
 - Constant Field Values
 
 
 - 
 
 -