Class TestHTTPConfigSourceProvider.TestURLConfigSource

java.lang.Object
io.quarkus.test.common.http.TestHTTPConfigSourceProvider.TestURLConfigSource
All Implemented Interfaces:
Serializable, org.eclipse.microprofile.config.spi.ConfigSource
Enclosing class:
TestHTTPConfigSourceProvider

static class TestHTTPConfigSourceProvider.TestURLConfigSource extends Object implements org.eclipse.microprofile.config.spi.ConfigSource, Serializable
  • Constructor Details

    • TestURLConfigSource

      TestURLConfigSource()
  • Method Details

    • getProperties

      public Map<String,String> getProperties()
      Specified by:
      getProperties in interface org.eclipse.microprofile.config.spi.ConfigSource
    • getPropertyNames

      public Set<String> getPropertyNames()
      Specified by:
      getPropertyNames in interface org.eclipse.microprofile.config.spi.ConfigSource
    • getValue

      public String getValue(String propertyName)
      Specified by:
      getValue in interface org.eclipse.microprofile.config.spi.ConfigSource
    • getName

      public String getName()
      Specified by:
      getName in interface org.eclipse.microprofile.config.spi.ConfigSource
    • getOrdinal

      public int getOrdinal()
      Specified by:
      getOrdinal in interface org.eclipse.microprofile.config.spi.ConfigSource