Package io.smallrye.config.source.yaml
Class YamlConfigSourceLoader.InFileSystem
java.lang.Object
io.smallrye.config.AbstractLocationConfigSourceLoader
io.smallrye.config.source.yaml.YamlConfigSourceLoader
io.smallrye.config.source.yaml.YamlConfigSourceLoader.InFileSystem
- All Implemented Interfaces:
org.eclipse.microprofile.config.spi.ConfigSourceProvider
- Enclosing class:
YamlConfigSourceLoader
public static class YamlConfigSourceLoader.InFileSystem
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.InFileSystemNested 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 -
Method Summary
Modifier and TypeMethodDescriptionList<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(ClassLoader classLoader) protected List<org.eclipse.microprofile.config.spi.ConfigSource> tryClassPath(URI uri, int ordinal, ClassLoader classLoader) Methods inherited from class io.smallrye.config.source.yaml.YamlConfigSourceLoader
getFileExtensions, loadConfigSourceMethods inherited from class io.smallrye.config.AbstractLocationConfigSourceLoader
failOnMissingFile, fallbackToUnknownProtocol, loadConfigSources, loadConfigSources, loadConfigSources, loadConfigSources, tryFileSystem, tryHttpResource, tryJar
-
Constructor Details
-
InFileSystem
public InFileSystem()
-
-
Method Details
-
getConfigSources
public List<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(ClassLoader classLoader) - Specified by:
getConfigSourcesin interfaceorg.eclipse.microprofile.config.spi.ConfigSourceProvider
-
tryClassPath
protected List<org.eclipse.microprofile.config.spi.ConfigSource> tryClassPath(URI uri, int ordinal, ClassLoader classLoader) - Overrides:
tryClassPathin classio.smallrye.config.AbstractLocationConfigSourceLoader
-