Package io.smallrye.config
Interface ConfigSourceFactory.ConfigurableConfigSourceFactory<MAPPING>
- Type Parameters:
MAPPING-ConfigMappinginterface.
- All Superinterfaces:
ConfigSourceFactory
- Enclosing interface:
ConfigSourceFactory
public static interface ConfigSourceFactory.ConfigurableConfigSourceFactory<MAPPING>
extends ConfigSourceFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.smallrye.config.ConfigSourceFactory
ConfigSourceFactory.ConfigurableConfigSourceFactory<MAPPING> -
Method Summary
Modifier and TypeMethodDescriptiondefault Iterable<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(ConfigSourceContext context) Iterable<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(ConfigSourceContext context, MAPPING config) Methods inherited from interface io.smallrye.config.ConfigSourceFactory
getPriority
-
Method Details
-
getConfigSources
default Iterable<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(ConfigSourceContext context) - Specified by:
getConfigSourcesin interfaceConfigSourceFactory
-
getConfigSources
Iterable<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(ConfigSourceContext context, MAPPING config)
-