public class ExpandingConfigSource extends AbstractDelegatingConfigSource
| Modifier and Type | Field and Description |
|---|---|
static UnaryOperator<org.eclipse.microprofile.config.spi.ConfigSource> |
WRAPPER
A wrapper suitable for passing in to
SmallRyeConfigBuilder.withWrapper(UnaryOperator). |
delegate| Constructor and Description |
|---|
ExpandingConfigSource(org.eclipse.microprofile.config.spi.ConfigSource delegate)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) String |
expand(String value) |
void |
flush() |
Set<String> |
getPropertyNames() |
String |
getValue(String propertyName) |
static boolean |
setExpanding(boolean newValue) |
getDelegate, getName, getPropertiespublic static final UnaryOperator<org.eclipse.microprofile.config.spi.ConfigSource> WRAPPER
SmallRyeConfigBuilder.withWrapper(UnaryOperator).public ExpandingConfigSource(org.eclipse.microprofile.config.spi.ConfigSource delegate)
delegate - the delegate config source (must not be null)public Set<String> getPropertyNames()
getPropertyNames in interface org.eclipse.microprofile.config.spi.ConfigSourcegetPropertyNames in class AbstractDelegatingConfigSourcepublic void flush()
public static boolean setExpanding(boolean newValue)
Copyright © 2019 JBoss by Red Hat. All rights reserved.