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

fromJson() — spring-boot Function Reference

Architecture documentation for the fromJson() function in DockerConfigurationMetadata.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  a7e23547_7bde_18e8_fc7e_e47411b57c7b["fromJson()"]
  0cfd5d92_9f6d_4c32_1c40_bc55129aa432["fromJson()"]
  0cfd5d92_9f6d_4c32_1c40_bc55129aa432 -->|calls| a7e23547_7bde_18e8_fc7e_e47411b57c7b
  20b4798b_08be_2aef_8dc6_3f7ab2c6fc4d["createDockerConfig()"]
  20b4798b_08be_2aef_8dc6_3f7ab2c6fc4d -->|calls| a7e23547_7bde_18e8_fc7e_e47411b57c7b
  0cfd5d92_9f6d_4c32_1c40_bc55129aa432["fromJson()"]
  a7e23547_7bde_18e8_fc7e_e47411b57c7b -->|calls| 0cfd5d92_9f6d_4c32_1c40_bc55129aa432
  7e5fa624_9e66_50e3_d05d_c5231bbd0bad["DockerConfig()"]
  a7e23547_7bde_18e8_fc7e_e47411b57c7b -->|calls| 7e5fa624_9e66_50e3_d05d_c5231bbd0bad
  58994152_b05e_a16f_283c_b6dc2c064895["get()"]
  a7e23547_7bde_18e8_fc7e_e47411b57c7b -->|calls| 58994152_b05e_a16f_283c_b6dc2c064895
  style a7e23547_7bde_18e8_fc7e_e47411b57c7b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/configuration/DockerConfigurationMetadata.java lines 204–206

		static DockerConfig fromJson(String json) {
			return new DockerConfig(SharedJsonMapper.get().readTree(json));
		}

Subdomains

Frequently Asked Questions

What does fromJson() do?
fromJson() is a function in the spring-boot codebase.
What does fromJson() call?
fromJson() calls 3 function(s): DockerConfig, fromJson, get.
What calls fromJson()?
fromJson() is called by 2 function(s): createDockerConfig, fromJson.

Analyze Your Own Codebase

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

Try Supermodel Free