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

load() — spring-boot Function Reference

Architecture documentation for the load() function in ConfigurationPropertiesBindHandlerAdvisorTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  270d4ec4_3bda_055f_e58f_52fac05e17aa["load()"]
  32ba7101_b06f_100c_f036_dfca83efa0aa["loadWithoutConfigurationPropertiesBindHandlerAdvisor()"]
  32ba7101_b06f_100c_f036_dfca83efa0aa -->|calls| 270d4ec4_3bda_055f_e58f_52fac05e17aa
  26186143_7012_2dad_b814_08fb353f6578["loadWithConfigurationPropertiesBindHandlerAdvisor()"]
  26186143_7012_2dad_b814_08fb353f6578 -->|calls| 270d4ec4_3bda_055f_e58f_52fac05e17aa
  style 270d4ec4_3bda_055f_e58f_52fac05e17aa fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/properties/ConfigurationPropertiesBindHandlerAdvisorTests.java lines 86–88

	private AnnotationConfigApplicationContext load(Class<?> configuration, String... inlinedProperties) {
		return load(new Class<?>[] { configuration }, inlinedProperties);
	}

Domain

Subdomains

Frequently Asked Questions

What does load() do?
load() is a function in the spring-boot codebase.
What calls load()?
load() is called by 2 function(s): loadWithConfigurationPropertiesBindHandlerAdvisor, loadWithoutConfigurationPropertiesBindHandlerAdvisor.

Analyze Your Own Codebase

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

Try Supermodel Free