ErrorAttributeOptions

Options controlling the contents of ErrorAttributes.

Author

Scott Frederick

Phillip Webb

Since

2.3.0

Types

Link copied to clipboard
enum Include
Error attributes that can be included in an error response.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Create an ErrorAttributeOptions with defaults.
Link copied to clipboard
Return an ErrorAttributeOptions that excludes the specified attribute Include options.
Link copied to clipboard
Return an ErrorAttributeOptions that includes the specified attribute Include options.
Link copied to clipboard
Get the option for including the specified attribute in the error response.
Link copied to clipboard
Create an ErrorAttributeOptions that includes the specified attribute Include options.
Link copied to clipboard
open fun retainIncluded(map: Map<String, Any>)
Remove elements from the given map if they are not included in this set of options.