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

buildPlatformJsonUrl() — spring-boot Function Reference

Architecture documentation for the buildPlatformJsonUrl() function in DockerApi.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  4d2bd0db_6b0c_3b21_5bbd_b1e0eb143186["buildPlatformJsonUrl()"]
  1fed80bb_f6e4_02ce_7dae_4bd8e132344c["exportLayers()"]
  1fed80bb_f6e4_02ce_7dae_4bd8e132344c -->|calls| 4d2bd0db_6b0c_3b21_5bbd_b1e0eb143186
  8b3fcc9b_3941_2812_09e4_c0a09539f3dd["inspect()"]
  8b3fcc9b_3941_2812_09e4_c0a09539f3dd -->|calls| 4d2bd0db_6b0c_3b21_5bbd_b1e0eb143186
  d1757773_1e32_5f99_15ef_5bbc9a9d8dd2["buildUrl()"]
  4d2bd0db_6b0c_3b21_5bbd_b1e0eb143186 -->|calls| d1757773_1e32_5f99_15ef_5bbc9a9d8dd2
  5a05bcfb_9993_f36f_e54b_1f28b5d2c962["getApiVersion()"]
  4d2bd0db_6b0c_3b21_5bbd_b1e0eb143186 -->|calls| 5a05bcfb_9993_f36f_e54b_1f28b5d2c962
  style 4d2bd0db_6b0c_3b21_5bbd_b1e0eb143186 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/DockerApi.java lines 127–132

	URI buildPlatformJsonUrl(Feature feature, @Nullable ImagePlatform platform, String path) {
		if (platform != null && getApiVersion().supports(feature.minimumVersion())) {
			return buildUrl(feature, path, "platform", platform.toJson());
		}
		return buildUrl(path);
	}

Subdomains

Frequently Asked Questions

What does buildPlatformJsonUrl() do?
buildPlatformJsonUrl() is a function in the spring-boot codebase.
What does buildPlatformJsonUrl() call?
buildPlatformJsonUrl() calls 2 function(s): buildUrl, getApiVersion.
What calls buildPlatformJsonUrl()?
buildPlatformJsonUrl() is called by 2 function(s): exportLayers, inspect.

Analyze Your Own Codebase

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

Try Supermodel Free