| Package | Description |
|---|---|
| io.smallrye.config | |
| io.smallrye.config.inject |
| Modifier and Type | Method and Description |
|---|---|
ConfigValue |
ConfigValue.ConfigValueBuilder.build() |
ConfigValue |
ConfigValueConfigSource.getConfigValue(String propertyName)
Return the
ConfigValue for the specified property in this configuration source. |
ConfigValue |
MapBackedConfigValueConfigSource.getConfigValue(String propertyName) |
ConfigValue |
SmallRyeConfig.getConfigValue(String name) |
ConfigValue |
ProfileConfigSourceInterceptor.getProfileValue(ConfigSourceInterceptorContext context,
String normalizeName) |
ConfigValue |
ProfileConfigSourceInterceptor.getValue(ConfigSourceInterceptorContext context,
String name) |
ConfigValue |
ExpressionConfigSourceInterceptor.getValue(ConfigSourceInterceptorContext context,
String name) |
ConfigValue |
ConfigSourceInterceptor.getValue(ConfigSourceInterceptorContext context,
String name)
Intercept the resolution of a configuration name and either return the corresponding
ConfigValue or a
custom ConfigValue built by the interceptor. |
ConfigValue |
RelocateConfigSourceInterceptor.getValue(ConfigSourceInterceptorContext context,
String name) |
ConfigValue |
FallbackConfigSourceInterceptor.getValue(ConfigSourceInterceptorContext context,
String name) |
ConfigValue |
LoggingConfigSourceInterceptor.getValue(ConfigSourceInterceptorContext context,
String name) |
ConfigValue |
SecretKeysConfigSourceInterceptor.getValue(ConfigSourceInterceptorContext context,
String name) |
ConfigValue |
ConfigSourceContext.getValue(String name) |
ConfigValue |
ConfigSourceInterceptorContext.proceed(String name)
Proceeds to the next interceptor in the chain.
|
ConfigValue |
ConfigValue.withConfigSourceName(String configSourceName) |
ConfigValue |
ConfigValue.withConfigSourceOrdinal(int configSourceOrdinal) |
ConfigValue |
ConfigValue.withLineNumber(int lineNumber) |
ConfigValue |
ConfigValue.withName(String name) |
ConfigValue |
ConfigValue.withValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ConfigValue> |
ConfigValueConfigSource.getConfigValueProperties()
Return the properties in this configuration source as a Map of String and
ConfigValue. |
Map<String,ConfigValue> |
MapBackedConfigValueConfigSource.getConfigValueProperties() |
Iterator<ConfigValue> |
ConfigSourceInterceptorContext.iterateValues()
Proceeds to the next interceptor in the chain.
|
Iterator<ConfigValue> |
ProfileConfigSourceInterceptor.iterateValues(ConfigSourceInterceptorContext context) |
default Iterator<ConfigValue> |
ConfigSourceInterceptor.iterateValues(ConfigSourceInterceptorContext context)
Intercept the resolution of the configuration
ConfigValue. |
| Constructor and Description |
|---|
MapBackedConfigValueConfigSource(String name,
Map<String,ConfigValue> propertyMap) |
MapBackedConfigValueConfigSource(String name,
Map<String,ConfigValue> propertyMap,
boolean copy)
Construct a new instance.
|
MapBackedConfigValueConfigSource(String name,
Map<String,ConfigValue> propertyMap,
int defaultOrdinal) |
MapBackedConfigValueConfigSource(String name,
Map<String,ConfigValue> propertyMap,
int defaultOrdinal,
boolean copy)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigValue |
ConfigProducerUtil.getConfigValue(javax.enterprise.inject.spi.InjectionPoint injectionPoint,
org.eclipse.microprofile.config.Config config) |
protected ConfigValue |
ConfigProducer.produceConfigValue(javax.enterprise.inject.spi.InjectionPoint ip) |
Copyright © 2018–2020. All rights reserved.