public class SmallRyeConfigProviderResolver
extends org.eclipse.microprofile.config.spi.ConfigProviderResolver
| Modifier and Type | Field and Description |
|---|---|
static SmallRyeConfigProviderResolver |
INSTANCE
Deprecated.
The instance stored in this field will generally not match the one instantiated by
ConfigProviderResolver; thus this instance should not normally be used and may be removed
from a future release. Instead use ConfigProviderResolver.instance() to get the instance. |
| Constructor and Description |
|---|
SmallRyeConfigProviderResolver() |
| Modifier and Type | Method and Description |
|---|---|
SmallRyeConfigBuilder |
getBuilder() |
org.eclipse.microprofile.config.Config |
getConfig() |
org.eclipse.microprofile.config.Config |
getConfig(ClassLoader classLoader) |
void |
registerConfig(org.eclipse.microprofile.config.Config config,
ClassLoader classLoader) |
void |
releaseConfig(org.eclipse.microprofile.config.Config config) |
@Deprecated public static final SmallRyeConfigProviderResolver INSTANCE
ConfigProviderResolver; thus this instance should not normally be used and may be removed
from a future release. Instead use ConfigProviderResolver.instance() to get the instance.public org.eclipse.microprofile.config.Config getConfig()
getConfig in class org.eclipse.microprofile.config.spi.ConfigProviderResolverpublic org.eclipse.microprofile.config.Config getConfig(ClassLoader classLoader)
getConfig in class org.eclipse.microprofile.config.spi.ConfigProviderResolverpublic SmallRyeConfigBuilder getBuilder()
getBuilder in class org.eclipse.microprofile.config.spi.ConfigProviderResolverpublic void registerConfig(org.eclipse.microprofile.config.Config config,
ClassLoader classLoader)
registerConfig in class org.eclipse.microprofile.config.spi.ConfigProviderResolverpublic void releaseConfig(org.eclipse.microprofile.config.Config config)
releaseConfig in class org.eclipse.microprofile.config.spi.ConfigProviderResolverCopyright © 2018–2021. All rights reserved.