Package org.apache.camel.k.quarkus
Class ApplicationConfigSourceProvider
java.lang.Object
org.apache.camel.k.quarkus.ApplicationConfigSourceProvider
- All Implemented Interfaces:
org.eclipse.microprofile.config.spi.ConfigSourceProvider
public class ApplicationConfigSourceProvider
extends Object
implements org.eclipse.microprofile.config.spi.ConfigSourceProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIterable<org.eclipse.microprofile.config.spi.ConfigSource>
getConfigSources
(ClassLoader forClassLoader)
-
Constructor Details
-
ApplicationConfigSourceProvider
public ApplicationConfigSourceProvider()
-
-
Method Details
-
getConfigSources
public Iterable<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(ClassLoader forClassLoader) - Specified by:
getConfigSources
in interfaceorg.eclipse.microprofile.config.spi.ConfigSourceProvider
-