public abstract class ApplicationPropertiesConfigSource
extends io.smallrye.config.PropertiesConfigSource
application.properties
.Modifier and Type | Class and Description |
---|---|
static class |
ApplicationPropertiesConfigSource.InFileSystem |
static class |
ApplicationPropertiesConfigSource.InJar |
static class |
ApplicationPropertiesConfigSource.MpConfigInJar
Config that makes sure that the MP config in the application takes precedence over any other on the class path
|
Modifier and Type | Field and Description |
---|---|
(package private) static String |
APPLICATION_PROPERTIES |
(package private) static String |
MP_PROPERTIES |
Constructor and Description |
---|
ApplicationPropertiesConfigSource(InputStream is,
int ordinal) |
ApplicationPropertiesConfigSource(InputStream is,
String nm,
int ordinal) |
static final String APPLICATION_PROPERTIES
static final String MP_PROPERTIES
ApplicationPropertiesConfigSource(InputStream is, int ordinal)
ApplicationPropertiesConfigSource(InputStream is, String nm, int ordinal)
Copyright © 2020 JBoss by Red Hat. All rights reserved.