| Package | Description |
|---|---|
| io.smallrye.config | |
| org.eclipse.microprofile.config |
Configuration for Java Microprofile
|
| org.eclipse.microprofile.config.spi |
This package contains classes which are used to extend the standard functionality in a portable way.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DirConfigSource |
class |
EnvConfigSource |
class |
PropertiesConfigSource |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ConfigSource> |
SmallRyeConfig.getConfigSources() |
List<ConfigSource> |
PropertiesConfigSourceProvider.getConfigSources(ClassLoader forClassLoader) |
| Modifier and Type | Method and Description |
|---|---|
ConfigBuilder |
SmallRyeConfigBuilder.withSources(ConfigSource... configSources) |
| 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 |
|---|---|
Iterable<ConfigSource> |
Config.getConfigSources() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ConfigSource> |
ConfigSourceProvider.getConfigSources(ClassLoader forClassLoader)
Return the collection of
ConfigSources. |
| Modifier and Type | Method and Description |
|---|---|
ConfigBuilder |
ConfigBuilder.withSources(ConfigSource... sources)
Add the specified
ConfigSource. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.