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

addNested() — spring-boot Function Reference

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

Function java GradlePlugin AotProcessing calls 1 called by 3

Entity Profile

Dependency Diagram

graph TD
  e665a73a_ed47_bccb_eb6f_707708696cb5["addNested()"]
  778b8c49_b66e_d8fd_f562_b8bc5b948a3f["getPropertyNamesFromNestedWithSymlinkInPathReturnsPropertyNames()"]
  778b8c49_b66e_d8fd_f562_b8bc5b948a3f -->|calls| e665a73a_ed47_bccb_eb6f_707708696cb5
  9622ee87_ab5b_abf3_133b_62da0eb07adb["getPropertyWhenAlwaysReadReflectsUpdates()"]
  9622ee87_ab5b_abf3_133b_62da0eb07adb -->|calls| e665a73a_ed47_bccb_eb6f_707708696cb5
  7bbfec14_6b7a_6a02_1ca6_7fe7dd284d9f["getNestedPropertySource()"]
  7bbfec14_6b7a_6a02_1ca6_7fe7dd284d9f -->|calls| e665a73a_ed47_bccb_eb6f_707708696cb5
  944b0032_423b_56b2_c373_6241fee63a68["addProperty()"]
  e665a73a_ed47_bccb_eb6f_707708696cb5 -->|calls| 944b0032_423b_56b2_c373_6241fee63a68
  style e665a73a_ed47_bccb_eb6f_707708696cb5 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/env/ConfigTreePropertySourceTests.java lines 276–282

	private void addNested() throws IOException {
		addProperty("fa/a", "AA");
		addProperty("fa/b", "AB");
		addProperty("fb/a", "BA");
		addProperty("fb/fa/a", "BAA");
		addProperty("c", "C");
	}

Domain

Subdomains

Called By

  • getNestedPropertySource()
  • getPropertyNamesFromNestedWithSymlinkInPathReturnsPropertyNames()
  • getPropertyWhenAlwaysReadReflectsUpdates()

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free