- java.lang.Object
-
- io.helidon.config.yaml.YamlMpConfigSourceProvider
-
- All Implemented Interfaces:
org.eclipse.microprofile.config.spi.ConfigSourceProvider
public class YamlMpConfigSourceProvider extends Object implements org.eclipse.microprofile.config.spi.ConfigSourceProvider
YAML config source provider for MicroProfile config that supports fileapplication.yaml. This class should not be used directly - it is loaded automatically by Java service loader.
-
-
Constructor Summary
Constructors Constructor Description YamlMpConfigSourceProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<org.eclipse.microprofile.config.spi.ConfigSource>getConfigSources(ClassLoader classLoader)
-
-
-
Method Detail
-
getConfigSources
public Iterable<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(ClassLoader classLoader)
- Specified by:
getConfigSourcesin interfaceorg.eclipse.microprofile.config.spi.ConfigSourceProvider
-
-