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

loadJsonFromDistributionManifestList() — spring-boot Function Reference

Architecture documentation for the loadJsonFromDistributionManifestList() function in ManifestListTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  dfb34bac_17dc_c458_b704_f02e388214bc["loadJsonFromDistributionManifestList()"]
  dd8ce24d_ae54_bc94_c431_a08f0e2df55a["getContentAsString()"]
  dfb34bac_17dc_c458_b704_f02e388214bc -->|calls| dd8ce24d_ae54_bc94_c431_a08f0e2df55a
  3891c590_4b09_1a23_257c_728651c81340["getManifestList()"]
  dfb34bac_17dc_c458_b704_f02e388214bc -->|calls| 3891c590_4b09_1a23_257c_728651c81340
  style dfb34bac_17dc_c458_b704_f02e388214bc fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/test/java/org/springframework/boot/buildpack/platform/docker/type/ManifestListTests.java lines 32–39

	@Test
	void loadJsonFromDistributionManifestList() {
		String content = getContentAsString("distribution-manifest-list.json");
		ManifestList manifestList = getManifestList(content);
		assertThat(manifestList.getSchemaVersion()).isEqualTo(2);
		assertThat(manifestList.getMediaType()).isEqualTo("application/vnd.docker.distribution.manifest.list.v2+json");
		assertThat(manifestList.getManifests()).hasSize(2);
	}

Domain

Subdomains

Frequently Asked Questions

What does loadJsonFromDistributionManifestList() do?
loadJsonFromDistributionManifestList() is a function in the spring-boot codebase.
What does loadJsonFromDistributionManifestList() call?
loadJsonFromDistributionManifestList() calls 2 function(s): getContentAsString, getManifestList.

Analyze Your Own Codebase

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

Try Supermodel Free