| Interface and Description |
|---|
| io.smallrye.config.ConfigFactory
This interface should no longer be used.
|
| Field and Description |
|---|
| io.smallrye.config.SmallRyeConfigProviderResolver.INSTANCE
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. |
| Method and Description |
|---|
| io.smallrye.config.SmallRyeConfig.addConfigSource(ConfigSource) |
| io.smallrye.config.SmallRyeConfigBuilder.withWrapper(UnaryOperator<ConfigSource>) |
| Constructor and Description |
|---|
| io.smallrye.config.SmallRyeConfig(List<ConfigSource>, Map<Type, Converter<?>>) |
Copyright © 2018–2020. All rights reserved.