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

constructTrackedObject() — spring-boot Function Reference

Architecture documentation for the constructTrackedObject() function in OriginTrackedYamlLoader.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 3 called by 1

Entity Profile

Dependency Diagram

graph TD
  a2e39e75_487a_79c3_9023_f7251020d602["constructTrackedObject()"]
  146ca22c_ab3e_3633_ce43_5b6a04ea2aec["constructObject()"]
  146ca22c_ab3e_3633_ce43_5b6a04ea2aec -->|calls| a2e39e75_487a_79c3_9023_f7251020d602
  28d88101_6c4b_eb9e_d095_d05fb76fc4fd["getOrigin()"]
  a2e39e75_487a_79c3_9023_f7251020d602 -->|calls| 28d88101_6c4b_eb9e_d095_d05fb76fc4fd
  012c083c_d577_0dd6_ac35_cb2b7360b805["of()"]
  a2e39e75_487a_79c3_9023_f7251020d602 -->|calls| 012c083c_d577_0dd6_ac35_cb2b7360b805
  bf2d2eb6_0f54_dbb3_868d_63ef99924386["getValue()"]
  a2e39e75_487a_79c3_9023_f7251020d602 -->|calls| bf2d2eb6_0f54_dbb3_868d_63ef99924386
  style a2e39e75_487a_79c3_9023_f7251020d602 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/env/OriginTrackedYamlLoader.java lines 132–135

		private Object constructTrackedObject(Node node, Object value) {
			Origin origin = getOrigin(node);
			return OriginTrackedValue.of(getValue(value), origin);
		}

Domain

Subdomains

Called By

Frequently Asked Questions

What does constructTrackedObject() do?
constructTrackedObject() is a function in the spring-boot codebase.
What does constructTrackedObject() call?
constructTrackedObject() calls 3 function(s): getOrigin, getValue, of.
What calls constructTrackedObject()?
constructTrackedObject() is called by 1 function(s): constructObject.

Analyze Your Own Codebase

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

Try Supermodel Free