Uses of Enum Class
org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeAttribute
Packages that use ErrorProperties.IncludeAttribute
Package
Description
Auto-configuration for common web concerns.
-
Uses of ErrorProperties.IncludeAttribute in org.springframework.boot.autoconfigure.web
Methods in org.springframework.boot.autoconfigure.web that return ErrorProperties.IncludeAttributeModifier 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.Methods in org.springframework.boot.autoconfigure.web with parameters of type ErrorProperties.IncludeAttributeModifier and TypeMethodDescriptionvoid
ErrorProperties.setIncludeBindingErrors
(ErrorProperties.IncludeAttribute includeBindingErrors) void
ErrorProperties.setIncludeMessage
(ErrorProperties.IncludeAttribute includeMessage) void
ErrorProperties.setIncludeStacktrace
(ErrorProperties.IncludeAttribute includeStacktrace)