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

replaceTop() — spring-boot Function Reference

Architecture documentation for the replaceTop() function in JSONStringer.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  2403ad6c_a6e0_f601_1944_35b410cf83f8["replaceTop()"]
  e92f7fe7_8c33_9052_400e_798b8d0a9db7["beforeKey()"]
  e92f7fe7_8c33_9052_400e_798b8d0a9db7 -->|calls| 2403ad6c_a6e0_f601_1944_35b410cf83f8
  b634357f_6f8f_41d5_45a5_c5d3343bd58d["beforeValue()"]
  b634357f_6f8f_41d5_45a5_c5d3343bd58d -->|calls| 2403ad6c_a6e0_f601_1944_35b410cf83f8
  style 2403ad6c_a6e0_f601_1944_35b410cf83f8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-processor/src/json-shade/java/org/springframework/boot/configurationprocessor/json/JSONStringer.java lines 224–226

	private void replaceTop(Scope topOfStack) {
		this.stack.set(this.stack.size() - 1, topOfStack);
	}

Domain

Subdomains

Frequently Asked Questions

What does replaceTop() do?
replaceTop() is a function in the spring-boot codebase.
What calls replaceTop()?
replaceTop() is called by 2 function(s): beforeKey, beforeValue.

Analyze Your Own Codebase

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

Try Supermodel Free