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

resolve() — spring-boot Function Reference

Architecture documentation for the resolve() function in ConfigDataLocationResolversTests.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 1 called by 4

Entity Profile

Dependency Diagram

graph TD
  6b565e87_7697_b0e1_a41e_425ab664b7ef["resolve()"]
  118e3c36_77a5_7ff0_92b8_315062c00666["resolveResolvesUsingFirstSupportedResolver()"]
  118e3c36_77a5_7ff0_92b8_315062c00666 -->|calls| 6b565e87_7697_b0e1_a41e_425ab664b7ef
  ad4101c6_c672_a08d_931f_e6ea4ef85810["resolveWhenProfileMergesResolvedLocations()"]
  ad4101c6_c672_a08d_931f_e6ea4ef85810 -->|calls| 6b565e87_7697_b0e1_a41e_425ab664b7ef
  90d3c638_6f21_977c_b061_9c64c0c14683["resolveWhenNoResolverThrowsException()"]
  90d3c638_6f21_977c_b061_9c64c0c14683 -->|calls| 6b565e87_7697_b0e1_a41e_425ab664b7ef
  afad04de_8c57_d7d6_1f1b_7b6bee0f8fba["resolveWhenOptional()"]
  afad04de_8c57_d7d6_1f1b_7b6bee0f8fba -->|calls| 6b565e87_7697_b0e1_a41e_425ab664b7ef
  064e8299_c2e6_8ab8_b70e_c8f1047b400b["TestConfigDataResource()"]
  6b565e87_7697_b0e1_a41e_425ab664b7ef -->|calls| 064e8299_c2e6_8ab8_b70e_c8f1047b400b
  style 6b565e87_7697_b0e1_a41e_425ab664b7ef fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/config/ConfigDataLocationResolversTests.java lines 207–211

		@Override
		public List<TestConfigDataResource> resolve(ConfigDataLocationResolverContext context,
				ConfigDataLocation location) {
			return Collections.singletonList(new TestConfigDataResource(this.optionalResource, this, location, false));
		}

Domain

Subdomains

Calls

  • TestConfigDataResource()

Called By

Frequently Asked Questions

What does resolve() do?
resolve() is a function in the spring-boot codebase.
What does resolve() call?
resolve() calls 1 function(s): TestConfigDataResource.
What calls resolve()?
resolve() is called by 4 function(s): resolveResolvesUsingFirstSupportedResolver, resolveWhenNoResolverThrowsException, resolveWhenOptional, resolveWhenProfileMergesResolvedLocations.

Analyze Your Own Codebase

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

Try Supermodel Free