Package io.quarkus.deployment
Class QuarkusConfig
- java.lang.Object
-
- io.quarkus.builder.item.BuildItem
-
- io.quarkus.builder.item.SimpleBuildItem
-
- io.quarkus.deployment.QuarkusConfig
-
@Deprecated public final class QuarkusConfig extends SimpleBuildItem
Deprecated.Do not use this class anymore, instead tryConfigProvider.getConfig.getValue()instead.
-
-
Field Summary
Fields Modifier and Type Field Description static QuarkusConfigINSTANCEDeprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static booleangetBoolean(String configKey, String defaultValue)Deprecated.static BooleangetBoxedBoolean(String configKey, String defaultValue, boolean allowNull)Deprecated.static IntegergetBoxedInt(String configKey, String defaultValue, boolean allowNull)Deprecated.static StringgetConfigKey(Object val)Deprecated.static intgetInt(String configKey, String defaultValue)Deprecated.static Set<String>getNames(String prefix)Deprecated.static StringgetString(String configKey, String defaultValue, boolean allowNull)Deprecated.
-
-
-
Field Detail
-
INSTANCE
public static final QuarkusConfig INSTANCE
Deprecated.
-
-