conditionalCustomExampleBean() — spring-boot Function Reference
Architecture documentation for the conditionalCustomExampleBean() function in ConditionalOnBeanTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD e295908f_a6be_bc33_02c6_12a29b4aa791["conditionalCustomExampleBean()"] eb82e0d6_2e21_a81c_e262_d8dab7ec006a["conditionalCustomExampleBean()"] eb82e0d6_2e21_a81c_e262_d8dab7ec006a -->|calls| e295908f_a6be_bc33_02c6_12a29b4aa791 09c47163_f0fc_241d_c33d_0343cf69d026["conditionalCustomExampleBean()"] 09c47163_f0fc_241d_c33d_0343cf69d026 -->|calls| e295908f_a6be_bc33_02c6_12a29b4aa791 9ab98305_f949_e008_b02b_c98837bd41ff["CustomExampleBean()"] e295908f_a6be_bc33_02c6_12a29b4aa791 -->|calls| 9ab98305_f949_e008_b02b_c98837bd41ff eb82e0d6_2e21_a81c_e262_d8dab7ec006a["conditionalCustomExampleBean()"] e295908f_a6be_bc33_02c6_12a29b4aa791 -->|calls| eb82e0d6_2e21_a81c_e262_d8dab7ec006a style e295908f_a6be_bc33_02c6_12a29b4aa791 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/condition/ConditionalOnBeanTests.java lines 651–655
@Bean
@ConditionalOnBean(value = CustomExampleBean.class, parameterizedContainer = TestParameterizedContainer.class)
CustomExampleBean conditionalCustomExampleBean() {
return new CustomExampleBean();
}
Domain
Subdomains
Called By
- conditionalCustomExampleBean()
- conditionalCustomExampleBean()
Source
Frequently Asked Questions
What does conditionalCustomExampleBean() do?
conditionalCustomExampleBean() is a function in the spring-boot codebase.
What does conditionalCustomExampleBean() call?
conditionalCustomExampleBean() calls 2 function(s): CustomExampleBean, conditionalCustomExampleBean.
What calls conditionalCustomExampleBean()?
conditionalCustomExampleBean() is called by 2 function(s): conditionalCustomExampleBean, conditionalCustomExampleBean.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free