Uses of Enum
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 type with the specified name.static ErrorProperties.IncludeAttribute[]
ErrorProperties.IncludeAttribute.values()
Returns an array containing the constants of this enum type, 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)