Uses of Class
io.quarkiverse.loggingjson.config.Config.AdditionalFieldType
-
Packages that use Config.AdditionalFieldType Package Description io.quarkiverse.loggingjson.config -
-
Uses of Config.AdditionalFieldType in io.quarkiverse.loggingjson.config
Fields in io.quarkiverse.loggingjson.config declared as Config.AdditionalFieldType Modifier and Type Field Description Config.AdditionalFieldTypeConfig.AdditionalFieldConfig. typeType of the field, default is STRING.Methods in io.quarkiverse.loggingjson.config that return Config.AdditionalFieldType Modifier and Type Method Description static Config.AdditionalFieldTypeConfig.AdditionalFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static Config.AdditionalFieldType[]Config.AdditionalFieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-