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

getResourceLoader() — spring-boot Function Reference

Architecture documentation for the getResourceLoader() function in DockerComposeConnectionDetailsFactory.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 2 called by 2

Entity Profile

Dependency Diagram

graph TD
  0a058cea_60e9_c362_f59a_c89b2b4bb7aa["getResourceLoader()"]
  0283c010_c4fc_51c9_be91_20181bfc371d["getJksSslBundle()"]
  0283c010_c4fc_51c9_be91_20181bfc371d -->|calls| 0a058cea_60e9_c362_f59a_c89b2b4bb7aa
  a59f1b18_ec67_6629_09af_f76e6d6179b7["getPemSslBundle()"]
  a59f1b18_ec67_6629_09af_f76e6d6179b7 -->|calls| 0a058cea_60e9_c362_f59a_c89b2b4bb7aa
  6405e221_2d6f_6df3_21f3_f1e824615634["getClassLoader()"]
  0a058cea_60e9_c362_f59a_c89b2b4bb7aa -->|calls| 6405e221_2d6f_6df3_21f3_f1e824615634
  09e40f5a_e5db_998f_4ef6_311ec10bcd8f["get()"]
  0a058cea_60e9_c362_f59a_c89b2b4bb7aa -->|calls| 09e40f5a_e5db_998f_4ef6_311ec10bcd8f
  style 0a058cea_60e9_c362_f59a_c89b2b4bb7aa fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot-docker-compose/src/main/java/org/springframework/boot/docker/compose/service/connection/DockerComposeConnectionDetailsFactory.java lines 178–182

		private ResourceLoader getResourceLoader(@Nullable Path workingDirectory) {
			ClassLoader classLoader = ApplicationResourceLoader.get().getClassLoader();
			return ApplicationResourceLoader.get(classLoader,
					SpringFactoriesLoader.forDefaultResourceLocation(classLoader), workingDirectory);
		}

Domain

Subdomains

Frequently Asked Questions

What does getResourceLoader() do?
getResourceLoader() is a function in the spring-boot codebase.
What does getResourceLoader() call?
getResourceLoader() calls 2 function(s): get, getClassLoader.
What calls getResourceLoader()?
getResourceLoader() is called by 2 function(s): getJksSslBundle, getPemSslBundle.

Analyze Your Own Codebase

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

Try Supermodel Free