Uses of Enum Class
org.springframework.boot.devtools.restart.FailureHandler.Outcome
Packages that use FailureHandler.Outcome
-
Uses of FailureHandler.Outcome in org.springframework.boot.devtools.restart
Subclasses with type arguments of type FailureHandler.Outcome in org.springframework.boot.devtools.restartModifier and TypeClassDescriptionstatic enum
Various outcomes for the handler.Methods in org.springframework.boot.devtools.restart that return FailureHandler.OutcomeModifier and TypeMethodDescriptionHandle a run failure.static FailureHandler.Outcome
Returns the enum constant of this class with the specified name.static FailureHandler.Outcome[]
FailureHandler.Outcome.values()
Returns an array containing the constants of this enum class, in the order they are declared.