ErrorAttributeOptions() — spring-boot Function Reference
Architecture documentation for the ErrorAttributeOptions() function in ErrorAttributeOptions.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD d0d25431_c1bb_1014_ea8c_5a54d7a59b29["ErrorAttributeOptions()"] ad032559_b2cc_6135_b545_8491021332c7["including()"] ad032559_b2cc_6135_b545_8491021332c7 -->|calls| d0d25431_c1bb_1014_ea8c_5a54d7a59b29 a6668e51_23cd_cce8_f9dc_3154f6f80bcd["excluding()"] a6668e51_23cd_cce8_f9dc_3154f6f80bcd -->|calls| d0d25431_c1bb_1014_ea8c_5a54d7a59b29 0b468c17_1516_3c32_8ba3_94e94f8ef145["of()"] 0b468c17_1516_3c32_8ba3_94e94f8ef145 -->|calls| d0d25431_c1bb_1014_ea8c_5a54d7a59b29 style d0d25431_c1bb_1014_ea8c_5a54d7a59b29 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/web/error/ErrorAttributeOptions.java lines 39–41
private ErrorAttributeOptions(Set<Include> includes) {
this.includes = includes;
}
Domain
Subdomains
Called By
- excluding()
- including()
- of()
Source
Frequently Asked Questions
What does ErrorAttributeOptions() do?
ErrorAttributeOptions() is a function in the spring-boot codebase.
What calls ErrorAttributeOptions()?
ErrorAttributeOptions() is called by 3 function(s): excluding, including, of.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free