isContainsBean() — spring-boot Function Reference
Architecture documentation for the isContainsBean() function in ResourceConditionTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD c6668c5d_31e9_5d93_ec0e_517c63ab0a0c["isContainsBean()"] 3be2d084_209b_bfa7_c145_f537555600b1["defaultResourceAndNoExplicitKey()"] 3be2d084_209b_bfa7_c145_f537555600b1 -->|calls| c6668c5d_31e9_5d93_ec0e_517c63ab0a0c 35b6f7b4_8b88_e5ea_59e3_f6cce3f47c6b["unknownDefaultLocationAndNoExplicitKey()"] 35b6f7b4_8b88_e5ea_59e3_f6cce3f47c6b -->|calls| c6668c5d_31e9_5d93_ec0e_517c63ab0a0c a90c3f0a_e472_56ca_6a6e_b7f76ab3b8e8["unknownDefaultLocationAndExplicitKeyToResource()"] a90c3f0a_e472_56ca_6a6e_b7f76ab3b8e8 -->|calls| c6668c5d_31e9_5d93_ec0e_517c63ab0a0c style c6668c5d_31e9_5d93_ec0e_517c63ab0a0c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/condition/ResourceConditionTests.java lines 76–79
private boolean isContainsBean() {
assertThat(this.context).isNotNull();
return this.context.containsBean("foo");
}
Domain
Subdomains
Called By
- defaultResourceAndNoExplicitKey()
- unknownDefaultLocationAndExplicitKeyToResource()
- unknownDefaultLocationAndNoExplicitKey()
Source
Frequently Asked Questions
What does isContainsBean() do?
isContainsBean() is a function in the spring-boot codebase.
What calls isContainsBean()?
isContainsBean() is called by 3 function(s): defaultResourceAndNoExplicitKey, unknownDefaultLocationAndExplicitKeyToResource, unknownDefaultLocationAndNoExplicitKey.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free