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

DockerConfig() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  7e5fa624_9e66_50e3_d05d_c5231bbd0bad["DockerConfig()"]
  a7e23547_7bde_18e8_fc7e_e47411b57c7b["fromJson()"]
  a7e23547_7bde_18e8_fc7e_e47411b57c7b -->|calls| 7e5fa624_9e66_50e3_d05d_c5231bbd0bad
  afff5233_f76c_519f_cb50_e26460b9293c["empty()"]
  afff5233_f76c_519f_cb50_e26460b9293c -->|calls| 7e5fa624_9e66_50e3_d05d_c5231bbd0bad
  76940359_add9_4519_6ff4_94f95a81453d["valueAt()"]
  7e5fa624_9e66_50e3_d05d_c5231bbd0bad -->|calls| 76940359_add9_4519_6ff4_94f95a81453d
  3cfd0bb3_8381_5b2a_784a_907466204a5d["mapAt()"]
  7e5fa624_9e66_50e3_d05d_c5231bbd0bad -->|calls| 3cfd0bb3_8381_5b2a_784a_907466204a5d
  style 7e5fa624_9e66_50e3_d05d_c5231bbd0bad 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 180–186

		private DockerConfig(JsonNode node) {
			super(node, MethodHandles.lookup());
			this.currentContext = valueAt("/currentContext", String.class);
			this.credsStore = valueAt("/credsStore", String.class);
			this.credHelpers = mapAt("/credHelpers", JsonNode::stringValue);
			this.auths = mapAt("/auths", Auth::new);
		}

Subdomains

Called By

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free