Class QuarkusConfig


  • @Deprecated
    public final class QuarkusConfig
    extends SimpleBuildItem
    Deprecated.
    Do not use this class anymore, instead try ConfigProvider.getConfig.getValue() instead.
    • Field Detail

      • INSTANCE

        public static final QuarkusConfig INSTANCE
        Deprecated.
    • Method Detail

      • getString

        public static String getString​(String configKey,
                                       String defaultValue,
                                       boolean allowNull)
        Deprecated.
      • getNames

        public static Set<String> getNames​(String prefix)
        Deprecated.
      • getConfigKey

        public static String getConfigKey​(Object val)
        Deprecated.
      • getBoolean

        public static boolean getBoolean​(String configKey,
                                         String defaultValue)
        Deprecated.
      • getBoxedBoolean

        public static Boolean getBoxedBoolean​(String configKey,
                                              String defaultValue,
                                              boolean allowNull)
        Deprecated.
      • getInt

        public static int getInt​(String configKey,
                                 String defaultValue)
        Deprecated.
      • getBoxedInt

        public static Integer getBoxedInt​(String configKey,
                                          String defaultValue,
                                          boolean allowNull)
        Deprecated.