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

exampleBean2() — spring-boot Function Reference

Architecture documentation for the exampleBean2() function in ConditionalOnMissingBeanTests.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  aeb2d2ea_ccf8_b8a1_d921_4d081a2b86ed["exampleBean2()"]
  6012f6e4_b9d8_8f71_1374_a110c6a5e39e["exampleBean2()"]
  6012f6e4_b9d8_8f71_1374_a110c6a5e39e -->|calls| aeb2d2ea_ccf8_b8a1_d921_4d081a2b86ed
  6012f6e4_b9d8_8f71_1374_a110c6a5e39e["exampleBean2()"]
  aeb2d2ea_ccf8_b8a1_d921_4d081a2b86ed -->|calls| 6012f6e4_b9d8_8f71_1374_a110c6a5e39e
  12cd0e03_87aa_6f8c_d26e_19c9c2775214["ExampleBean()"]
  aeb2d2ea_ccf8_b8a1_d921_4d081a2b86ed -->|calls| 12cd0e03_87aa_6f8c_d26e_19c9c2775214
  style aeb2d2ea_ccf8_b8a1_d921_4d081a2b86ed fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/condition/ConditionalOnMissingBeanTests.java lines 543–547

		@Bean
		@ConditionalOnMissingBean(search = SearchStrategy.ANCESTORS)
		ExampleBean exampleBean2() {
			return new ExampleBean("test");
		}

Domain

Subdomains

Called By

Frequently Asked Questions

What does exampleBean2() do?
exampleBean2() is a function in the spring-boot codebase.
What does exampleBean2() call?
exampleBean2() calls 2 function(s): ExampleBean, exampleBean2.
What calls exampleBean2()?
exampleBean2() is called by 1 function(s): exampleBean2.

Analyze Your Own Codebase

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

Try Supermodel Free