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