Uses of Enum Class
org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeAttribute
Package
Description
Auto-configuration for common web concerns.
-
Uses of ErrorProperties.IncludeAttribute in org.springframework.boot.autoconfigure.web
Modifier and TypeMethodDescriptionErrorProperties.getIncludeBindingErrors()
ErrorProperties.getIncludeMessage()
ErrorProperties.getIncludeStacktrace()
Returns the enum constant of this class with the specified name.static ErrorProperties.IncludeAttribute[]
ErrorProperties.IncludeAttribute.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ErrorProperties.setIncludeBindingErrors
(ErrorProperties.IncludeAttribute includeBindingErrors) void
ErrorProperties.setIncludeMessage
(ErrorProperties.IncludeAttribute includeMessage) void
ErrorProperties.setIncludeStacktrace
(ErrorProperties.IncludeAttribute includeStacktrace)