| Package | Description |
|---|---|
| io.smallrye.config | |
| io.smallrye.config.inject |
| Modifier and Type | Method and Description |
|---|---|
SmallRyeConfig |
SmallRyeConfigBuilder.build() |
SmallRyeConfig |
ConfigMappingContext.getConfig() |
abstract SmallRyeConfig |
SmallRyeConfigFactory.getConfigFor(SmallRyeConfigProviderResolver configProviderResolver,
ClassLoader classLoader)
Get the configuration object for the given class loader.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ConfigMappings.registerConfigMappings(SmallRyeConfig config,
io.smallrye.config.ConfigMappingProvider mappingProvider) |
static void |
ConfigMappings.registerConfigMappings(SmallRyeConfig config,
Set<ConfigMappings.ConfigMappingWithPrefix> mappings) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ConfigProducerUtil.getRawValue(String name,
SmallRyeConfig config) |
static <T> org.eclipse.microprofile.config.spi.Converter<T> |
ConfigProducerUtil.resolveConverter(javax.enterprise.inject.spi.InjectionPoint injectionPoint,
SmallRyeConfig src) |
Copyright © 2018–2021. All rights reserved.