public class HttpHostConfigSource extends Object implements org.eclipse.microprofile.config.spi.ConfigSource, Serializable
This can't be done with a normal default, is it changes based on the mode, so instead it is provided as a low priority config source.
| Modifier and Type | Field and Description |
|---|---|
static String |
QUARKUS_HTTP_HOST |
| Constructor and Description |
|---|
HttpHostConfigSource(int priority) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getOrdinal() |
Map<String,String> |
getProperties() |
String |
getValue(String propertyName) |
public static final String QUARKUS_HTTP_HOST
public Map<String,String> getProperties()
getProperties in interface org.eclipse.microprofile.config.spi.ConfigSourcepublic int getOrdinal()
getOrdinal in interface org.eclipse.microprofile.config.spi.ConfigSourcepublic String getValue(String propertyName)
getValue in interface org.eclipse.microprofile.config.spi.ConfigSourcepublic String getName()
getName in interface org.eclipse.microprofile.config.spi.ConfigSourceCopyright © 2021 JBoss by Red Hat. All rights reserved.