Package io.smallrye.config.source.yaml
Class YamlConfigSourceProvider
java.lang.Object
io.smallrye.config.AbstractLocationConfigSourceLoader
io.smallrye.config.source.yaml.YamlConfigSourceProvider
- All Implemented Interfaces:
org.eclipse.microprofile.config.spi.ConfigSourceProvider
@Deprecated(forRemoval=true)
public class YamlConfigSourceProvider
extends io.smallrye.config.AbstractLocationConfigSourceLoader
implements org.eclipse.microprofile.config.spi.ConfigSourceProvider
Deprecated, for removal: This API element is subject to removal in a future version.
-
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.ConfigurableProfileConfigSourceFactory -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionIterable<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(ClassLoader classLoader) Deprecated, for removal: This API element is subject to removal in a future version.String[]Deprecated, for removal: This API element is subject to removal in a future version.protected org.eclipse.microprofile.config.spi.ConfigSourceloadConfigSource(URL url, int ordinal) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class io.smallrye.config.AbstractLocationConfigSourceLoader
failOnMissingFile, fallbackToUnknownProtocol, loadConfigSources, loadConfigSources, loadConfigSources, loadConfigSources, tryClassPath, tryFileSystem, tryHttpResource, tryJar
-
Constructor Details
-
YamlConfigSourceProvider
public YamlConfigSourceProvider()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getFileExtensions
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getFileExtensionsin classio.smallrye.config.AbstractLocationConfigSourceLoader
-
loadConfigSource
protected org.eclipse.microprofile.config.spi.ConfigSource loadConfigSource(URL url, int ordinal) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
loadConfigSourcein classio.smallrye.config.AbstractLocationConfigSourceLoader- Throws:
IOException
-
getConfigSources
public Iterable<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(ClassLoader classLoader) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getConfigSourcesin interfaceorg.eclipse.microprofile.config.spi.ConfigSourceProvider
-