| Package | Description |
|---|---|
| io.smallrye.config | |
| org.eclipse.microprofile.config.spi |
This package contains classes which are used to extend the standard functionality in a portable way.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> Converter |
SmallRyeConfig.getConverter(Class<T> asType) |
| Modifier and Type | Method and Description |
|---|---|
<T> ConfigBuilder |
SmallRyeConfigBuilder.withConverter(Class<T> type,
int priority,
Converter<T> converter) |
ConfigBuilder |
SmallRyeConfigBuilder.withConverters(Converter<?>[] converters) |
| Modifier and Type | Method and Description |
|---|---|
protected Config |
SmallRyeConfigBuilder.newConfig(List<ConfigSource> sources,
Map<Type,Converter> configConverters) |
Config |
ConfigFactory.newConfig(List<ConfigSource> sources,
Map<Type,Converter> configConverters) |
| Constructor and Description |
|---|
SmallRyeConfig(List<ConfigSource> configSources,
Map<Type,Converter> converters) |
| Modifier and Type | Method and Description |
|---|---|
<T> ConfigBuilder |
ConfigBuilder.withConverter(Class<T> type,
int priority,
Converter<T> converter)
Add the specified
Converter for the given type. |
ConfigBuilder |
ConfigBuilder.withConverters(Converter<?>... converters)
Add the specified
Converter. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.