Class YamlConfigSourceLoader.InClassPath

java.lang.Object
io.smallrye.config.AbstractLocationConfigSourceLoader
io.smallrye.config.source.yaml.YamlConfigSourceLoader
io.smallrye.config.source.yaml.YamlConfigSourceLoader.InClassPath
All Implemented Interfaces:
org.eclipse.microprofile.config.spi.ConfigSourceProvider
Enclosing class:
YamlConfigSourceLoader

public static class YamlConfigSourceLoader.InClassPath extends YamlConfigSourceLoader implements org.eclipse.microprofile.config.spi.ConfigSourceProvider
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.smallrye.config.source.yaml.YamlConfigSourceLoader

    YamlConfigSourceLoader.InClassPath, YamlConfigSourceLoader.InFileSystem

    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
    List<org.eclipse.microprofile.config.spi.ConfigSource>
     
    protected List<org.eclipse.microprofile.config.spi.ConfigSource>
    tryFileSystem(URI uri, int ordinal)
     

    Methods inherited from class io.smallrye.config.source.yaml.YamlConfigSourceLoader

    getFileExtensions, loadConfigSource

    Methods inherited from class io.smallrye.config.AbstractLocationConfigSourceLoader

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

    Methods inherited from class java.lang.Object

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

    • InClassPath

      public InClassPath()
  • Method Details

    • getConfigSources

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

      protected List<org.eclipse.microprofile.config.spi.ConfigSource> tryFileSystem(URI uri, int ordinal)
      Overrides:
      tryFileSystem in class io.smallrye.config.AbstractLocationConfigSourceLoader