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
@Deprecated(forRemoval=true)
public class TestHTTPConfigSourceProvider
extends Object
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 ClassesModifier and TypeClassDescription(package private) static classDeprecated, for removal: This API element is subject to removal in a future version. -
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated, for removal: This API element is subject to removal in a future version.(package private) static final StringDeprecated, for removal: This API element is subject to removal in a future version.(package private) static final StringDeprecated, for removal: This API element is subject to removal in a future version.(package private) static final StringDeprecated, for removal: This API element is subject to removal in a future version.(package private) static final StringDeprecated, for removal: This API element is subject to removal in a future version.(package private) static final StringDeprecated, for removal: This API element is subject to removal in a future version.(package private) static final StringDeprecated, for removal: This API element is subject to removal in a future version.(package private) static final StringDeprecated, for removal: This API element is subject to removal in a future version.(package private) static final StringDeprecated, for removal: This API element is subject to removal in a future version.(package private) static final StringDeprecated, for removal: This API element is subject to removal in a future version.(package private) static final StringDeprecated, for removal: This API element is subject to removal in a future version. -
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 forClassLoader) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
TEST_URL_VALUE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
TEST_URL_KEY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
TEST_MANAGEMENT_URL_VALUE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
TEST_MANAGEMENT_URL_KEY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
TEST_URL_SSL_VALUE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
TEST_URL_SSL_KEY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
TEST_MANAGEMENT_URL_SSL_VALUE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
TEST_MANAGEMENT_URL_SSL_KEY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
HTTP_ROOT_PATH_KEY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
MANAGEMENT_ROOT_PATH_KEY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
entries
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
TestHTTPConfigSourceProvider
public TestHTTPConfigSourceProvider()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getConfigSources
public Iterable<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(ClassLoader forClassLoader) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getConfigSourcesin interfaceorg.eclipse.microprofile.config.spi.ConfigSourceProvider
-