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

isSameUnderlyingResource() — spring-boot Function Reference

Architecture documentation for the isSameUnderlyingResource() function in StandardConfigDataResource.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 3 called by 1

Entity Profile

Dependency Diagram

graph TD
  10779fbd_0208_481e_0035_e95f0a2ad514["isSameUnderlyingResource()"]
  af6be375_3469_ef6a_1f1b_02b40476acb1["equals()"]
  af6be375_3469_ef6a_1f1b_02b40476acb1 -->|calls| 10779fbd_0208_481e_0035_e95f0a2ad514
  af6be375_3469_ef6a_1f1b_02b40476acb1["equals()"]
  10779fbd_0208_481e_0035_e95f0a2ad514 -->|calls| af6be375_3469_ef6a_1f1b_02b40476acb1
  8eb8ae78_8aad_a4f6_0b09_4e458b273420["isSameFile()"]
  10779fbd_0208_481e_0035_e95f0a2ad514 -->|calls| 8eb8ae78_8aad_a4f6_0b09_4e458b273420
  adfe3e1f_2da5_3ed8_d236_6c1c79863ce2["getUnderlyingFile()"]
  10779fbd_0208_481e_0035_e95f0a2ad514 -->|calls| adfe3e1f_2da5_3ed8_d236_6c1c79863ce2
  style 10779fbd_0208_481e_0035_e95f0a2ad514 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/context/config/StandardConfigDataResource.java lines 106–108

	private boolean isSameUnderlyingResource(Resource ours, Resource other) {
		return ours.equals(other) || isSameFile(getUnderlyingFile(ours), getUnderlyingFile(other));
	}

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

What does isSameUnderlyingResource() do?
isSameUnderlyingResource() is a function in the spring-boot codebase.
What does isSameUnderlyingResource() call?
isSameUnderlyingResource() calls 3 function(s): equals, getUnderlyingFile, isSameFile.
What calls isSameUnderlyingResource()?
isSameUnderlyingResource() is called by 1 function(s): equals.

Analyze Your Own Codebase

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

Try Supermodel Free