Uses of Class
org.springframework.boot.web.error.ErrorAttributeOptions
Packages that use ErrorAttributeOptions
Package
Description
Spring Web error handling infrastructure.
Auto-configuration for Spring WebFlux error handling.
Spring WebFlux error handling infrastructure.
Auto-configuration for Spring MVC error handling.
Spring MVC error handling infrastructure.
-
Uses of ErrorAttributeOptions in org.springframework.boot.web.error
Methods in org.springframework.boot.web.error that return ErrorAttributeOptionsModifier and TypeMethodDescriptionstatic ErrorAttributeOptionsErrorAttributeOptions.defaults()Create anErrorAttributeOptionswith defaults.ErrorAttributeOptions.excluding(ErrorAttributeOptions.Include... excludes) Return anErrorAttributeOptionsthat excludes the specified attributeErrorAttributeOptions.Includeoptions.ErrorAttributeOptions.including(ErrorAttributeOptions.Include... includes) Return anErrorAttributeOptionsthat includes the specified attributeErrorAttributeOptions.Includeoptions.static ErrorAttributeOptionsErrorAttributeOptions.of(Collection<ErrorAttributeOptions.Include> includes) Create anErrorAttributeOptionsthat includes the specified attributeErrorAttributeOptions.Includeoptions.static ErrorAttributeOptionsErrorAttributeOptions.of(ErrorAttributeOptions.Include... includes) Create anErrorAttributeOptionsthat includes the specified attributeErrorAttributeOptions.Includeoptions. -
Uses of ErrorAttributeOptions in org.springframework.boot.webflux.autoconfigure.error
Methods in org.springframework.boot.webflux.autoconfigure.error that return ErrorAttributeOptionsModifier and TypeMethodDescriptionprotected ErrorAttributeOptionsDefaultErrorWebExceptionHandler.getErrorAttributeOptions(ServerRequest request, MediaType mediaType) Methods in org.springframework.boot.webflux.autoconfigure.error with parameters of type ErrorAttributeOptionsModifier and TypeMethodDescriptionAbstractErrorWebExceptionHandler.getErrorAttributes(ServerRequest request, ErrorAttributeOptions options) Extract the error attributes from the current request, to be used to populate error views or JSON payloads. -
Uses of ErrorAttributeOptions in org.springframework.boot.webflux.error
Methods in org.springframework.boot.webflux.error with parameters of type ErrorAttributeOptionsModifier and TypeMethodDescriptionDefaultErrorAttributes.getErrorAttributes(ServerRequest request, ErrorAttributeOptions options) ErrorAttributes.getErrorAttributes(ServerRequest request, ErrorAttributeOptions options) Return aMapof the error attributes. -
Uses of ErrorAttributeOptions in org.springframework.boot.webmvc.autoconfigure.error
Methods in org.springframework.boot.webmvc.autoconfigure.error that return ErrorAttributeOptionsModifier and TypeMethodDescriptionprotected ErrorAttributeOptionsBasicErrorController.getErrorAttributeOptions(HttpServletRequest request, MediaType mediaType) Methods in org.springframework.boot.webmvc.autoconfigure.error with parameters of type ErrorAttributeOptionsModifier and TypeMethodDescriptionAbstractErrorController.getErrorAttributes(HttpServletRequest request, ErrorAttributeOptions options) -
Uses of ErrorAttributeOptions in org.springframework.boot.webmvc.error
Methods in org.springframework.boot.webmvc.error with parameters of type ErrorAttributeOptionsModifier and TypeMethodDescriptionDefaultErrorAttributes.getErrorAttributes(WebRequest webRequest, ErrorAttributeOptions options) ErrorAttributes.getErrorAttributes(WebRequest webRequest, ErrorAttributeOptions options) Returns aMapof the error attributes.