Package io.smallrye.config.source.yaml
Class YamlLocationConfigSourceFactory
java.lang.Object
io.smallrye.config.AbstractLocationConfigSourceLoader
io.smallrye.config.AbstractLocationConfigSourceFactory
io.smallrye.config.source.yaml.YamlLocationConfigSourceFactory
- All Implemented Interfaces:
io.smallrye.config.ConfigSourceFactory
public class YamlLocationConfigSourceFactory
extends io.smallrye.config.AbstractLocationConfigSourceFactory
-
Nested Class Summary
Nested classes/interfaces inherited from class io.smallrye.config.AbstractLocationConfigSourceLoader
io.smallrye.config.AbstractLocationConfigSourceLoader.ConfigSourceClassPathConsumer, io.smallrye.config.AbstractLocationConfigSourceLoader.ConfigSourcePathConsumer, io.smallrye.config.AbstractLocationConfigSourceLoader.ConfigurableProfileConfigSourceFactoryNested classes/interfaces inherited from interface io.smallrye.config.ConfigSourceFactory
io.smallrye.config.ConfigSourceFactory.ConfigurableConfigSourceFactory<MAPPING> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]protected org.eclipse.microprofile.config.spi.ConfigSourceloadConfigSource(URL url, int ordinal) Methods inherited from class io.smallrye.config.AbstractLocationConfigSourceFactory
failOnMissingFile, getConfigSourcesMethods inherited from class io.smallrye.config.AbstractLocationConfigSourceLoader
fallbackToUnknownProtocol, loadConfigSources, loadConfigSources, loadConfigSources, loadConfigSources, tryClassPath, tryFileSystem, tryHttpResource, tryJarMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.smallrye.config.ConfigSourceFactory
getPriority
-
Constructor Details
-
YamlLocationConfigSourceFactory
public YamlLocationConfigSourceFactory()
-
-
Method Details
-
getFileExtensions
- Specified by:
getFileExtensionsin classio.smallrye.config.AbstractLocationConfigSourceLoader
-
loadConfigSource
protected org.eclipse.microprofile.config.spi.ConfigSource loadConfigSource(URL url, int ordinal) throws IOException - Specified by:
loadConfigSourcein classio.smallrye.config.AbstractLocationConfigSourceLoader- Throws:
IOException
-