Uses of Class
io.helidon.common.Severity
-
Packages that use Severity Package Description io.helidon.common Common utilities for Helidon projects. -
-
Uses of Severity in io.helidon.common
Methods in io.helidon.common that return Severity Modifier and Type Method Description Severity
Errors.ErrorMessage. getSeverity()
GetSeverity
.static Severity
Severity. valueOf(String name)
Returns the enum constant of this type with the specified name.static Severity[]
Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.helidon.common with parameters of type Severity Modifier and Type Method Description Errors.Collector
Errors.Collector. message(Object source, String message, Severity severity)
Add a message to the list of messages.Errors.Collector
Errors.Collector. message(String message, Severity severity)
Add a message to the list of messages with source automatically added.
-