| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.microprofile.config |
| Modifier and Type | Method and Description |
|---|---|
ConfigSourceProvider |
MicroprofileConfig.MicroprofileConfigResources.configSourceProvider(String key) |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigSourceProvider> |
MicroprofileConfig.MicroprofileConfigResources.configSourceProviders()
Get the list of ConfigSourceProvider resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
MicroprofileConfig.configSourceProvider(ConfigSourceProvider value)
Add the ConfigSourceProvider object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
MicroprofileConfig.configSourceProviders(List<ConfigSourceProvider> value)
Add all ConfigSourceProvider objects to this subresource
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigSourceProvider<T extends ConfigSourceProvider<T>>
Config Source Provider
|
interface |
ConfigSourceProviderConsumer<T extends ConfigSourceProvider<T>> |
interface |
ConfigSourceProviderSupplier<T extends ConfigSourceProvider> |
| Modifier and Type | Method and Description |
|---|---|
ConfigSourceProvider |
ConfigSourceProviderSupplier.get()
Constructed instance of ConfigSourceProvider resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.