Package io.quarkus.test.common.http
Class TestHTTPConfigSourceProvider
java.lang.Object
io.quarkus.test.common.http.TestHTTPConfigSourceProvider
- All Implemented Interfaces:
org.eclipse.microprofile.config.spi.ConfigSourceProvider
public class TestHTTPConfigSourceProvider
extends Object
implements org.eclipse.microprofile.config.spi.ConfigSourceProvider
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIterable<org.eclipse.microprofile.config.spi.ConfigSource>getConfigSources(ClassLoader forClassLoader)
-
Field Details
-
TEST_URL_VALUE
- See Also:
-
TEST_URL_KEY
- See Also:
-
TEST_URL_SSL_VALUE
- See Also:
-
TEST_URL_SSL_KEY
- See Also:
-
entries
-
-
Constructor Details
-
TestHTTPConfigSourceProvider
public TestHTTPConfigSourceProvider()
-
-
Method Details
-
getConfigSources
public Iterable<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(ClassLoader forClassLoader) - Specified by:
getConfigSourcesin interfaceorg.eclipse.microprofile.config.spi.ConfigSourceProvider
-