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 Classes
    Modifier and Type
    Class
    Description
    (package private) static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) static final Map<String,String>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    (package private) static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    (package private) static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    (package private) static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    (package private) static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    (package private) static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    (package private) static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    (package private) static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    (package private) static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    (package private) static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    (package private) static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Iterable<org.eclipse.microprofile.config.spi.ConfigSource>
    getConfigSources(ClassLoader forClassLoader)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • TEST_URL_VALUE

      static final String TEST_URL_VALUE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • TEST_URL_KEY

      static final String TEST_URL_KEY
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • TEST_MANAGEMENT_URL_VALUE

      static final String TEST_MANAGEMENT_URL_VALUE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • TEST_MANAGEMENT_URL_KEY

      static final String TEST_MANAGEMENT_URL_KEY
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • TEST_URL_SSL_VALUE

      static final String TEST_URL_SSL_VALUE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • TEST_URL_SSL_KEY

      static final String 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

      static final String 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

      static final String 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

      static final String HTTP_ROOT_PATH_KEY
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • MANAGEMENT_ROOT_PATH_KEY

      static final String MANAGEMENT_ROOT_PATH_KEY
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • entries

      static final Map<String,String> 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:
      getConfigSources in interface org.eclipse.microprofile.config.spi.ConfigSourceProvider