Constant Field Values
Contents
io.quarkus.*
-
io.quarkus.runtime.Application Modifier and Type Constant Field Value public static final StringAPP_CLASS_NAME"io.quarkus.runner.ApplicationImpl" -
io.quarkus.runtime.LocalesBuildTimeConfig Modifier and Type Constant Field Value public static final StringDEFAULT_COUNTRY"${user.country:}"public static final StringDEFAULT_LANGUAGE"${user.language:en}" -
io.quarkus.runtime.PreloadClassesRecorder Modifier and Type Constant Field Value public static final StringQUARKUS_GENERATED_PRELOAD_CLASSES_FILE"quarkus-generated-preload-classes.txt"
-
io.quarkus.runtime.annotations.ConfigItem Modifier and Type Constant Field Value public static final StringELEMENT_NAME"<<element name>>"public static final StringHYPHENATED_ELEMENT_NAME"<<hyphenated element name>>"public static final StringNO_DEFAULT"<<no default>>"public static final StringPARENT"<<parent>>"
-
io.quarkus.runtime.configuration.ConfigUtils Modifier and Type Constant Field Value static final StringUUID_KEY"quarkus.uuid" -
io.quarkus.runtime.configuration.ConverterSupport Modifier and Type Constant Field Value public static final intDEFAULT_QUARKUS_CONVERTER_PRIORITY200public static final intDEFAULT_SMALLRYE_CONVERTER_PRIORITY100 -
io.quarkus.runtime.configuration.NameIterator Modifier and Type Constant Field Value public static final intMAX_LENGTH2048 -
io.quarkus.runtime.configuration.ProfileManager Modifier and Type Constant Field Value public static final StringQUARKUS_PROFILE_ENV"QUARKUS_PROFILE"public static final StringQUARKUS_PROFILE_PROP"quarkus.profile"public static final StringQUARKUS_TEST_PROFILE_PROP"quarkus.test.profile" -
io.quarkus.runtime.configuration.RuntimeOverrideConfigSource Modifier and Type Constant Field Value public static final StringFIELD_NAME"CONFIG"
-
io.quarkus.runtime.logging.FileConfig Modifier and Type Constant Field Value public static final StringDEFAULT_LOG_FILE_NAME"quarkus.log" -
io.quarkus.runtime.logging.LogCleanupFilter Modifier and Type Constant Field Value public static final StringSHUTDOWN_MESSAGE" [Error Occurred After Shutdown]" -
io.quarkus.runtime.logging.LogFilterFactory Modifier and Type Constant Field Value public static final intDEFAULT_PRIORITY0public static final intMIN_PRIORITY2147483647 -
io.quarkus.runtime.logging.LogMetricsHandlerRecorder Modifier and Type Constant Field Value static final StringMETRIC_DESCRIPTION"Number of log events, per log level. Non-standard levels are counted with the lower standard level."static final StringMETRIC_NAME"log.total"
-
io.quarkus.runtime.metrics.MetricsFactory Modifier and Type Constant Field Value public static final StringMICROMETER"micrometer"public static final StringMP_METRICS"smallrye-metrics"
-
io.quarkus.runtime.util.StepTiming Modifier and Type Constant Field Value public static final StringPRINT_STARTUP_TIMES"quarkus.debug.print-startup-times"