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

jsonContent() — spring-boot Function Reference

Architecture documentation for the jsonContent() function in DockerRegistryUserAuthenticationTests.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  9d026d73_8046_9ee3_2b92_65c7ee6c6f19["jsonContent()"]
  bfbc9f0a_710c_f74e_03fd_c60432ed09e4["createMinimalAuthHeaderReturnsEncodedHeader()"]
  bfbc9f0a_710c_f74e_03fd_c60432ed09e4 -->|calls| 9d026d73_8046_9ee3_2b92_65c7ee6c6f19
  21725741_479e_3a1c_5bce_d65f6c1a966e["createFullAuthHeaderReturnsEncodedHeader()"]
  21725741_479e_3a1c_5bce_d65f6c1a966e -->|calls| 9d026d73_8046_9ee3_2b92_65c7ee6c6f19
  d418b23d_753d_7479_2803_95836fe0b005["getContent()"]
  9d026d73_8046_9ee3_2b92_65c7ee6c6f19 -->|calls| d418b23d_753d_7479_2803_95836fe0b005
  style 9d026d73_8046_9ee3_2b92_65c7ee6c6f19 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/test/java/org/springframework/boot/buildpack/platform/docker/configuration/DockerRegistryUserAuthenticationTests.java lines 56–58

	private String jsonContent(String s) throws IOException {
		return StreamUtils.copyToString(getContent(s), StandardCharsets.UTF_8);
	}

Domain

Subdomains

Calls

Frequently Asked Questions

What does jsonContent() do?
jsonContent() is a function in the spring-boot codebase.
What does jsonContent() call?
jsonContent() calls 1 function(s): getContent.
What calls jsonContent()?
jsonContent() is called by 2 function(s): createFullAuthHeaderReturnsEncodedHeader, createMinimalAuthHeaderReturnsEncodedHeader.

Analyze Your Own Codebase

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

Try Supermodel Free