Class 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 file application.yaml. This class should not be used directly - it is loaded automatically by Java service loader.
    • Constructor Detail

      • YamlMpConfigSourceProvider

        public YamlMpConfigSourceProvider()
    • Method Detail

      • getConfigSources

        public Iterable<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources​(ClassLoader classLoader)
        Specified by:
        getConfigSources in interface org.eclipse.microprofile.config.spi.ConfigSourceProvider