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

getLocation() — spring-boot Function Reference

Architecture documentation for the getLocation() function in OriginTrackedYamlLoaderTests.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 3 called by 6

Entity Profile

Dependency Diagram

graph TD
  142f9c5b_edff_6cd2_ecd3_ee82aee3687b["getLocation()"]
  6eb5a2bd_e99b_4d9d_8533_17eb630405ed["processSimpleKey()"]
  6eb5a2bd_e99b_4d9d_8533_17eb630405ed -->|calls| 142f9c5b_edff_6cd2_ecd3_ee82aee3687b
  85e15d0c_c8e7_3728_7577_6ee205f14894["processMap()"]
  85e15d0c_c8e7_3728_7577_6ee205f14894 -->|calls| 142f9c5b_edff_6cd2_ecd3_ee82aee3687b
  fc9d27e7_75d5_3949_83a8_0c9ff1f900c9["processCollection()"]
  fc9d27e7_75d5_3949_83a8_0c9ff1f900c9 -->|calls| 142f9c5b_edff_6cd2_ecd3_ee82aee3687b
  7cee0e28_ed19_8149_f6bb_2ec380395c8f["processMultiline()"]
  7cee0e28_ed19_8149_f6bb_2ec380395c8f -->|calls| 142f9c5b_edff_6cd2_ecd3_ee82aee3687b
  35689f8c_b32c_6ca3_4a87_b68dd2967f04["processListOfMaps()"]
  35689f8c_b32c_6ca3_4a87_b68dd2967f04 -->|calls| 142f9c5b_edff_6cd2_ecd3_ee82aee3687b
  d2ae80d1_6ffa_2403_5b24_0634e5460c37["processEmptyAndNullValues()"]
  d2ae80d1_6ffa_2403_5b24_0634e5460c37 -->|calls| 142f9c5b_edff_6cd2_ecd3_ee82aee3687b
  84459ba0_1110_154c_3026_eb8d5a4a050e["getLocation()"]
  142f9c5b_edff_6cd2_ecd3_ee82aee3687b -->|calls| 84459ba0_1110_154c_3026_eb8d5a4a050e
  0387f743_f9fd_a106_829c_04a7d6ad3779["getOrigin()"]
  142f9c5b_edff_6cd2_ecd3_ee82aee3687b -->|calls| 0387f743_f9fd_a106_829c_04a7d6ad3779
  82b49bd1_d014_c959_37e7_1756356fbf59["toString()"]
  142f9c5b_edff_6cd2_ecd3_ee82aee3687b -->|calls| 82b49bd1_d014_c959_37e7_1756356fbf59
  style 142f9c5b_edff_6cd2_ecd3_ee82aee3687b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/env/OriginTrackedYamlLoaderTests.java lines 259–265

	private String getLocation(OriginTrackedValue value) {
		TextResourceOrigin origin = (TextResourceOrigin) value.getOrigin();
		assertThat(origin).isNotNull();
		Location location = origin.getLocation();
		assertThat(location).isNotNull();
		return location.toString();
	}

Domain

Subdomains

Called By

  • processCollection()
  • processEmptyAndNullValues()
  • processListOfMaps()
  • processMap()
  • processMultiline()
  • processSimpleKey()

Frequently Asked Questions

What does getLocation() do?
getLocation() is a function in the spring-boot codebase.
What does getLocation() call?
getLocation() calls 3 function(s): getLocation, getOrigin, toString.
What calls getLocation()?
getLocation() is called by 6 function(s): processCollection, processEmptyAndNullValues, processListOfMaps, processMap, processMultiline, processSimpleKey.

Analyze Your Own Codebase

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

Try Supermodel Free