Home / Function/ conditionalCustomExampleBean() — spring-boot Function Reference

conditionalCustomExampleBean() — spring-boot Function Reference

Architecture documentation for the conditionalCustomExampleBean() function in ConditionalOnBeanTests.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  eb82e0d6_2e21_a81c_e262_d8dab7ec006a["conditionalCustomExampleBean()"]
  e295908f_a6be_bc33_02c6_12a29b4aa791["conditionalCustomExampleBean()"]
  e295908f_a6be_bc33_02c6_12a29b4aa791 -->|calls| eb82e0d6_2e21_a81c_e262_d8dab7ec006a
  9ab98305_f949_e008_b02b_c98837bd41ff["CustomExampleBean()"]
  eb82e0d6_2e21_a81c_e262_d8dab7ec006a -->|calls| 9ab98305_f949_e008_b02b_c98837bd41ff
  e295908f_a6be_bc33_02c6_12a29b4aa791["conditionalCustomExampleBean()"]
  eb82e0d6_2e21_a81c_e262_d8dab7ec006a -->|calls| e295908f_a6be_bc33_02c6_12a29b4aa791
  style eb82e0d6_2e21_a81c_e262_d8dab7ec006a 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 662–666

		@Bean
		@ConditionalOnBean(parameterizedContainer = TestParameterizedContainer.class)
		CustomExampleBean conditionalCustomExampleBean() {
			return new CustomExampleBean();
		}

Domain

Subdomains

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 1 function(s): conditionalCustomExampleBean.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free