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

setBeanFactory() — spring-boot Function Reference

Architecture documentation for the setBeanFactory() function in AutoConfigurationImportSelector.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  095598e5_91a8_69bb_319d_8e5b4f3aecb1["setBeanFactory()"]
  c49e969b_2484_2969_7d21_48bc60d99f56["setBeanFactory()"]
  c49e969b_2484_2969_7d21_48bc60d99f56 -->|calls| 095598e5_91a8_69bb_319d_8e5b4f3aecb1
  91bba2fd_6b19_f6df_d852_a3c2053e23f6["invokeAwareMethods()"]
  91bba2fd_6b19_f6df_d852_a3c2053e23f6 -->|calls| 095598e5_91a8_69bb_319d_8e5b4f3aecb1
  c49e969b_2484_2969_7d21_48bc60d99f56["setBeanFactory()"]
  095598e5_91a8_69bb_319d_8e5b4f3aecb1 -->|calls| c49e969b_2484_2969_7d21_48bc60d99f56
  style 095598e5_91a8_69bb_319d_8e5b4f3aecb1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/AutoConfigurationImportSelector.java lines 346–350

	@Override
	public void setBeanFactory(BeanFactory beanFactory) throws BeansException {
		Assert.isInstanceOf(ConfigurableListableBeanFactory.class, beanFactory);
		this.beanFactory = (ConfigurableListableBeanFactory) beanFactory;
	}

Domain

Subdomains

Calls

  • setBeanFactory()

Called By

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free