Class YamlLocationConfigSourceFactory

  • All Implemented Interfaces:
    io.smallrye.config.ConfigSourceFactory

    public class YamlLocationConfigSourceFactory
    extends io.smallrye.config.AbstractLocationConfigSourceFactory
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.smallrye.config.ConfigSourceFactory

        io.smallrye.config.ConfigSourceFactory.ConfigurableConfigSourceFactory<MAPPING extends Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String[] getFileExtensions()  
      protected org.eclipse.microprofile.config.spi.ConfigSource loadConfigSource​(URL url, int ordinal)  
      • Methods inherited from class io.smallrye.config.AbstractLocationConfigSourceFactory

        failOnMissingFile, getConfigSources
      • Methods inherited from class io.smallrye.config.AbstractLocationConfigSourceLoader

        fallbackToUnknownProtocol, loadConfigSources, loadConfigSources, loadConfigSources, loadConfigSources, tryClassPath, tryFileSystem, tryHttpResource, tryJar, tryProfiles
      • Methods inherited from interface io.smallrye.config.ConfigSourceFactory

        getPriority
    • Constructor Detail

      • YamlLocationConfigSourceFactory

        public YamlLocationConfigSourceFactory()
    • Method Detail

      • getFileExtensions

        public String[] getFileExtensions()
        Specified by:
        getFileExtensions in class io.smallrye.config.AbstractLocationConfigSourceLoader
      • loadConfigSource

        protected org.eclipse.microprofile.config.spi.ConfigSource loadConfigSource​(URL url,
                                                                                    int ordinal)
                                                                             throws IOException
        Specified by:
        loadConfigSource in class io.smallrye.config.AbstractLocationConfigSourceLoader
        Throws:
        IOException