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

addAsRegistrationBean() — spring-boot Function Reference

Architecture documentation for the addAsRegistrationBean() function in ServletContextInitializerBeans.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 6 called by 1

Entity Profile

Dependency Diagram

graph TD
  41e342d7_3616_5ca0_0f57_c89425379825["addAsRegistrationBean()"]
  7f2bd80d_2154_9fce_c9cc_3c9a996b5d42["addAdaptableBeans()"]
  7f2bd80d_2154_9fce_c9cc_3c9a996b5d42 -->|calls| 41e342d7_3616_5ca0_0f57_c89425379825
  d027503a_ad0b_a0db_f336_777350859740["getOrderedBeansOfType()"]
  41e342d7_3616_5ca0_0f57_c89425379825 -->|calls| d027503a_ad0b_a0db_f336_777350859740
  967f727b_71f7_a82f_56ca_adc8ce796f30["add()"]
  41e342d7_3616_5ca0_0f57_c89425379825 -->|calls| 967f727b_71f7_a82f_56ca_adc8ce796f30
  76314709_addb_af0b_6bd0_e98afe6bf5a1["size()"]
  41e342d7_3616_5ca0_0f57_c89425379825 -->|calls| 76314709_addb_af0b_6bd0_e98afe6bf5a1
  00c58c70_f7cb_ab8c_261e_6a3a40c16b83["findOrder()"]
  41e342d7_3616_5ca0_0f57_c89425379825 -->|calls| 00c58c70_f7cb_ab8c_261e_6a3a40c16b83
  c1e2c62b_1961_6c78_ee4b_afd978cf4401["getResourceDescription()"]
  41e342d7_3616_5ca0_0f57_c89425379825 -->|calls| c1e2c62b_1961_6c78_ee4b_afd978cf4401
  2f478fb6_da24_07dc_e6e2_f5cf9261a251["createRegistrationBean()"]
  41e342d7_3616_5ca0_0f57_c89425379825 -->|calls| 2f478fb6_da24_07dc_e6e2_f5cf9261a251
  style 41e342d7_3616_5ca0_0f57_c89425379825 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/web/servlet/ServletContextInitializerBeans.java lines 178–181

	protected <T> void addAsRegistrationBean(ListableBeanFactory beanFactory, Class<T> type,
			RegistrationBeanAdapter<T> adapter) {
		addAsRegistrationBean(beanFactory, type, type, adapter);
	}

Domain

Subdomains

Calls

Frequently Asked Questions

What does addAsRegistrationBean() do?
addAsRegistrationBean() is a function in the spring-boot codebase.
What does addAsRegistrationBean() call?
addAsRegistrationBean() calls 6 function(s): add, createRegistrationBean, findOrder, getOrderedBeansOfType, getResourceDescription, size.
What calls addAsRegistrationBean()?
addAsRegistrationBean() is called by 1 function(s): addAdaptableBeans.

Analyze Your Own Codebase

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

Try Supermodel Free