ConfigProvider.getConfig.getValue() instead.@Deprecated public final class QuarkusConfig extends SimpleBuildItem
| Modifier and Type | Field and Description |
|---|---|
static QuarkusConfig |
INSTANCE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getBoolean(String configKey,
String defaultValue)
Deprecated.
|
static Boolean |
getBoxedBoolean(String configKey,
String defaultValue,
boolean allowNull)
Deprecated.
|
static Integer |
getBoxedInt(String configKey,
String defaultValue,
boolean allowNull)
Deprecated.
|
static String |
getConfigKey(Object val)
Deprecated.
|
static int |
getInt(String configKey,
String defaultValue)
Deprecated.
|
static Set<String> |
getNames(String prefix)
Deprecated.
|
static String |
getString(String configKey,
String defaultValue,
boolean allowNull)
Deprecated.
|
public static final QuarkusConfig INSTANCE
Copyright © 2021 JBoss by Red Hat. All rights reserved.