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

trimEdges() — spring-boot Function Reference

Architecture documentation for the trimEdges() function in BasicJsonParser.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 2 called by 3

Entity Profile

Dependency Diagram

graph TD
  0607d56f_4e07_0b6b_1105_0ecfd309fdb4["trimEdges()"]
  00dd5307_1f36_21f3_34e2_818549b6844e["parseListInternal()"]
  00dd5307_1f36_21f3_34e2_818549b6844e -->|calls| 0607d56f_4e07_0b6b_1105_0ecfd309fdb4
  e433e134_9eb1_8de3_04b7_4cd35d5455a3["parseInternal()"]
  e433e134_9eb1_8de3_04b7_4cd35d5455a3 -->|calls| 0607d56f_4e07_0b6b_1105_0ecfd309fdb4
  ac13e46b_0c90_9e3c_0dd8_0607a0eded32["parseMapInternal()"]
  ac13e46b_0c90_9e3c_0dd8_0607a0eded32 -->|calls| 0607d56f_4e07_0b6b_1105_0ecfd309fdb4
  f0700cf9_5f1d_6c6c_68af_d8808815392d["trimTrailingCharacter()"]
  0607d56f_4e07_0b6b_1105_0ecfd309fdb4 -->|calls| f0700cf9_5f1d_6c6c_68af_d8808815392d
  1d6a919f_148f_777b_6731_809964e20ec8["trimLeadingCharacter()"]
  0607d56f_4e07_0b6b_1105_0ecfd309fdb4 -->|calls| 1d6a919f_148f_777b_6731_809964e20ec8
  style 0607d56f_4e07_0b6b_1105_0ecfd309fdb4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/json/BasicJsonParser.java lines 129–131

	private static String trimEdges(String string, char leadingChar, char trailingChar) {
		return trimTrailingCharacter(trimLeadingCharacter(string, leadingChar), trailingChar);
	}

Domain

Subdomains

Calls

  • trimLeadingCharacter()
  • trimTrailingCharacter()

Frequently Asked Questions

What does trimEdges() do?
trimEdges() is a function in the spring-boot codebase.
What does trimEdges() call?
trimEdges() calls 2 function(s): trimLeadingCharacter, trimTrailingCharacter.
What calls trimEdges()?
trimEdges() is called by 3 function(s): parseInternal, parseListInternal, parseMapInternal.

Analyze Your Own Codebase

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

Try Supermodel Free