Class ApplicationYamlConfigSourceLoader

java.lang.Object
io.smallrye.config.AbstractLocationConfigSourceLoader
io.quarkus.config.yaml.runtime.ApplicationYamlConfigSourceLoader
Direct Known Subclasses:
ApplicationYamlConfigSourceLoader.InClassPath, ApplicationYamlConfigSourceLoader.InFileSystem

public class ApplicationYamlConfigSourceLoader extends io.smallrye.config.AbstractLocationConfigSourceLoader
  • Constructor Details

    • ApplicationYamlConfigSourceLoader

      public ApplicationYamlConfigSourceLoader()
  • Method Details

    • getFileExtensions

      protected 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