| Package | Description |
|---|---|
| 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 | 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 © 2018 Eclipse Foundation. All rights reserved.