getEnabled() — spring-boot Function Reference
Architecture documentation for the getEnabled() function in WebProperties.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 7025ab79_48bb_2aa0_f641_6e73c053429d["getEnabled()"] 5898bc87_6147_1679_60f6_7ff26159756f["getStrategy()"] 7025ab79_48bb_2aa0_f641_6e73c053429d -->|calls| 5898bc87_6147_1679_60f6_7ff26159756f 1c0dc11f_97e7_0693_9c9e_2541810cb120["getFixed()"] 7025ab79_48bb_2aa0_f641_6e73c053429d -->|calls| 1c0dc11f_97e7_0693_9c9e_2541810cb120 86a9afe9_b549_3a0d_b8bb_d0fe4881454c["getContent()"] 7025ab79_48bb_2aa0_f641_6e73c053429d -->|calls| 86a9afe9_b549_3a0d_b8bb_d0fe4881454c 5d848324_9e26_e995_72f8_4cd4de204567["isEnabled()"] 7025ab79_48bb_2aa0_f641_6e73c053429d -->|calls| 5d848324_9e26_e995_72f8_4cd4de204567 style 7025ab79_48bb_2aa0_f641_6e73c053429d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/WebProperties.java lines 190–193
public @Nullable Boolean getEnabled() {
return getEnabled(getStrategy().getFixed().isEnabled(), getStrategy().getContent().isEnabled(),
this.enabled);
}
Domain
Subdomains
Calls
- getContent()
- getFixed()
- getStrategy()
- isEnabled()
Source
Frequently Asked Questions
What does getEnabled() do?
getEnabled() is a function in the spring-boot codebase.
What does getEnabled() call?
getEnabled() calls 4 function(s): getContent, getFixed, getStrategy, isEnabled.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free