Class YamlConfigSourceLoader

java.lang.Object
io.smallrye.config.AbstractLocationConfigSourceLoader
io.smallrye.config.source.yaml.YamlConfigSourceLoader
Direct Known Subclasses:
YamlConfigSourceLoader.InClassPath, YamlConfigSourceLoader.InFileSystem

public class YamlConfigSourceLoader extends io.smallrye.config.AbstractLocationConfigSourceLoader
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
    static class 
     

    Nested classes/interfaces inherited from class io.smallrye.config.AbstractLocationConfigSourceLoader

    io.smallrye.config.AbstractLocationConfigSourceLoader.ConfigSourceClassPathConsumer, io.smallrye.config.AbstractLocationConfigSourceLoader.ConfigSourcePathConsumer, io.smallrye.config.AbstractLocationConfigSourceLoader.ConfigurableProfileConfigSourceFactory
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String[]
     
    protected org.eclipse.microprofile.config.spi.ConfigSource
    loadConfigSource(URL url, int ordinal)
     

    Methods inherited from class io.smallrye.config.AbstractLocationConfigSourceLoader

    failOnMissingFile, fallbackToUnknownProtocol, loadConfigSources, loadConfigSources, loadConfigSources, loadConfigSources, tryClassPath, tryFileSystem, tryHttpResource, tryJar

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • YamlConfigSourceLoader

      public YamlConfigSourceLoader()
  • 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