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

getNestedPropertySource() — spring-boot Function Reference

Architecture documentation for the getNestedPropertySource() function in ConfigTreePropertySourceTests.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 1 called by 3

Entity Profile

Dependency Diagram

graph TD
  7bbfec14_6b7a_6a02_1ca6_7fe7dd284d9f["getNestedPropertySource()"]
  dc7e4df7_680a_8954_d26a_4822964e6bcb["getPropertyNamesFromNestedReturnsPropertyNames()"]
  dc7e4df7_680a_8954_d26a_4822964e6bcb -->|calls| 7bbfec14_6b7a_6a02_1ca6_7fe7dd284d9f
  90552b03_7653_e868_bce6_754c9b013374["getPropertyFromNestedReturnsFileContent()"]
  90552b03_7653_e868_bce6_754c9b013374 -->|calls| 7bbfec14_6b7a_6a02_1ca6_7fe7dd284d9f
  ab5cfd22_c0ba_c511_cfce_e85b5928e23e["getPropertyWhenNotAlwaysReadIgnoresUpdates()"]
  ab5cfd22_c0ba_c511_cfce_e85b5928e23e -->|calls| 7bbfec14_6b7a_6a02_1ca6_7fe7dd284d9f
  e665a73a_ed47_bccb_eb6f_707708696cb5["addNested()"]
  7bbfec14_6b7a_6a02_1ca6_7fe7dd284d9f -->|calls| e665a73a_ed47_bccb_eb6f_707708696cb5
  style 7bbfec14_6b7a_6a02_1ca6_7fe7dd284d9f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/env/ConfigTreePropertySourceTests.java lines 271–274

	private ConfigTreePropertySource getNestedPropertySource() throws IOException {
		addNested();
		return new ConfigTreePropertySource("test", this.directory);
	}

Domain

Subdomains

Calls

Called By

  • getPropertyFromNestedReturnsFileContent()
  • getPropertyNamesFromNestedReturnsPropertyNames()
  • getPropertyWhenNotAlwaysReadIgnoresUpdates()

Frequently Asked Questions

What does getNestedPropertySource() do?
getNestedPropertySource() is a function in the spring-boot codebase.
What does getNestedPropertySource() call?
getNestedPropertySource() calls 1 function(s): addNested.
What calls getNestedPropertySource()?
getNestedPropertySource() is called by 3 function(s): getPropertyFromNestedReturnsFileContent, getPropertyNamesFromNestedReturnsPropertyNames, getPropertyWhenNotAlwaysReadIgnoresUpdates.

Analyze Your Own Codebase

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

Try Supermodel Free