public abstract class BaseConfigSource extends Object implements org.eclipse.microprofile.config.spi.ConfigSource
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_ORDINAL |
protected Logger |
log |
| Constructor and Description |
|---|
BaseConfigSource() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrdinal() |
protected void |
initOrdinal(int defaultOrdinal)
Init method e.g. for initializing the ordinal.
|
public static final String CONFIG_ORDINAL
protected Logger log
public int getOrdinal()
getOrdinal in interface org.eclipse.microprofile.config.spi.ConfigSourceprotected void initOrdinal(int defaultOrdinal)
defaultOrdinal - the default value for the ordinal if not set via configurationCopyright © 2019 The Apache Software Foundation. All rights reserved.