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