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

getApiVersion() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  5a05bcfb_9993_f36f_e54b_1f28b5d2c962["getApiVersion()"]
  950f4013_630e_2f38_fc15_c3d5c88bd8bd["getApiVersion()"]
  950f4013_630e_2f38_fc15_c3d5c88bd8bd -->|calls| 5a05bcfb_9993_f36f_e54b_1f28b5d2c962
  4d2bd0db_6b0c_3b21_5bbd_b1e0eb143186["buildPlatformJsonUrl()"]
  4d2bd0db_6b0c_3b21_5bbd_b1e0eb143186 -->|calls| 5a05bcfb_9993_f36f_e54b_1f28b5d2c962
  d1757773_1e32_5f99_15ef_5bbc9a9d8dd2["buildUrl()"]
  d1757773_1e32_5f99_15ef_5bbc9a9d8dd2 -->|calls| 5a05bcfb_9993_f36f_e54b_1f28b5d2c962
  950f4013_630e_2f38_fc15_c3d5c88bd8bd["getApiVersion()"]
  5a05bcfb_9993_f36f_e54b_1f28b5d2c962 -->|calls| 950f4013_630e_2f38_fc15_c3d5c88bd8bd
  style 5a05bcfb_9993_f36f_e54b_1f28b5d2c962 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 172–179

	private ApiVersion getApiVersion() {
		ApiVersion apiVersion = this.apiVersion;
		if (apiVersion == null) {
			apiVersion = this.system.getApiVersion();
			this.apiVersion = apiVersion;
		}
		return apiVersion;
	}

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free