Interface ResteasyConfigSource
- All Superinterfaces:
org.eclipse.microprofile.config.spi.ConfigSource
- All Known Implementing Classes:
FilterConfigSource,ServletConfigSource,ServletContextConfigSource
public interface ResteasyConfigSource
extends org.eclipse.microprofile.config.spi.ConfigSource
-
Field Summary
Fields inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
CONFIG_ORDINAL, DEFAULT_ORDINAL -
Method Summary
Methods inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
getName, getProperties, getPropertyNames, getValue
-
Method Details
-
getOrdinal
default int getOrdinal()- Specified by:
getOrdinalin interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
getDefaultOrdinal
default int getDefaultOrdinal()
-