Package io.quarkus.config.yaml.runtime
Class ApplicationYamlConfigSourceLoader.InClassPath
- java.lang.Object
-
- io.smallrye.config.AbstractLocationConfigSourceLoader
-
- io.quarkus.config.yaml.runtime.ApplicationYamlConfigSourceLoader
-
- io.quarkus.config.yaml.runtime.ApplicationYamlConfigSourceLoader.InClassPath
-
- All Implemented Interfaces:
org.eclipse.microprofile.config.spi.ConfigSourceProvider
- Enclosing class:
- ApplicationYamlConfigSourceLoader
public static class ApplicationYamlConfigSourceLoader.InClassPath extends ApplicationYamlConfigSourceLoader implements org.eclipse.microprofile.config.spi.ConfigSourceProvider
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.quarkus.config.yaml.runtime.ApplicationYamlConfigSourceLoader
ApplicationYamlConfigSourceLoader.InClassPath, ApplicationYamlConfigSourceLoader.InFileSystem
-
-
Constructor Summary
Constructors Constructor Description InClassPath()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.eclipse.microprofile.config.spi.ConfigSource>getConfigSources(ClassLoader classLoader)protected List<org.eclipse.microprofile.config.spi.ConfigSource>tryFileSystem(URI uri, int ordinal)-
Methods inherited from class io.quarkus.config.yaml.runtime.ApplicationYamlConfigSourceLoader
getFileExtensions, loadConfigSource
-
-
-
-
Method Detail
-
getConfigSources
public List<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(ClassLoader classLoader)
- Specified by:
getConfigSourcesin interfaceorg.eclipse.microprofile.config.spi.ConfigSourceProvider
-
-