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

getOrderedBeansOfType() — spring-boot Function Reference

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

Function java GradlePlugin AotProcessing calls 2 called by 3

Entity Profile

Dependency Diagram

graph TD
  d027503a_ad0b_a0db_f336_777350859740["getOrderedBeansOfType()"]
  26ffd82a_8596_9f74_cfba_63cc4b4c6fa7["addServletContextInitializerBeans()"]
  26ffd82a_8596_9f74_cfba_63cc4b4c6fa7 -->|calls| d027503a_ad0b_a0db_f336_777350859740
  c86bf73f_5eba_fb85_097e_bcbc9f3e7b89["getMultipartConfig()"]
  c86bf73f_5eba_fb85_097e_bcbc9f3e7b89 -->|calls| d027503a_ad0b_a0db_f336_777350859740
  41e342d7_3616_5ca0_0f57_c89425379825["addAsRegistrationBean()"]
  41e342d7_3616_5ca0_0f57_c89425379825 -->|calls| d027503a_ad0b_a0db_f336_777350859740
  1392ca2a_6eab_d810_1978_e18bcf0f291f["empty()"]
  d027503a_ad0b_a0db_f336_777350859740 -->|calls| 1392ca2a_6eab_d810_1978_e18bcf0f291f
  189f2ba0_3def_5e8d_7548_e1e5bdb8d7f9["contains()"]
  d027503a_ad0b_a0db_f336_777350859740 -->|calls| 189f2ba0_3def_5e8d_7548_e1e5bdb8d7f9
  style d027503a_ad0b_a0db_f336_777350859740 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

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

	private <T> List<Entry<String, T>> getOrderedBeansOfType(ListableBeanFactory beanFactory, Class<T> type) {
		return getOrderedBeansOfType(beanFactory, type, Seen.empty());
	}

Domain

Subdomains

Calls

  • contains()
  • empty()

Frequently Asked Questions

What does getOrderedBeansOfType() do?
getOrderedBeansOfType() is a function in the spring-boot codebase.
What does getOrderedBeansOfType() call?
getOrderedBeansOfType() calls 2 function(s): contains, empty.
What calls getOrderedBeansOfType()?
getOrderedBeansOfType() is called by 3 function(s): addAsRegistrationBean, addServletContextInitializerBeans, getMultipartConfig.

Analyze Your Own Codebase

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

Try Supermodel Free