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