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

getManifest() — spring-boot Function Reference

Architecture documentation for the getManifest() function in ImageArchiveManifestTests.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 1 called by 3

Entity Profile

Dependency Diagram

graph TD
  ebfbaee9_178b_8623_50b9_5c0c657e8ef5["getManifest()"]
  008aaee1_a31a_37fe_4a56_a2534411e2d5["getLayersReturnsLayers()"]
  008aaee1_a31a_37fe_4a56_a2534411e2d5 -->|calls| ebfbaee9_178b_8623_50b9_5c0c657e8ef5
  bcc73e95_695a_92e7_70d2_59df04ce432e["getLayersWithNoLayersReturnsEmptyList()"]
  bcc73e95_695a_92e7_70d2_59df04ce432e -->|calls| ebfbaee9_178b_8623_50b9_5c0c657e8ef5
  6cde6e6b_9bc0_c2d7_683e_2bf3f048366c["getLayersWithEmptyManifestReturnsEmptyList()"]
  6cde6e6b_9bc0_c2d7_683e_2bf3f048366c -->|calls| ebfbaee9_178b_8623_50b9_5c0c657e8ef5
  77c004fc_6c07_e754_40f2_1a6110f6e2de["getJsonMapper()"]
  ebfbaee9_178b_8623_50b9_5c0c657e8ef5 -->|calls| 77c004fc_6c07_e754_40f2_1a6110f6e2de
  style ebfbaee9_178b_8623_50b9_5c0c657e8ef5 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/ImageArchiveManifestTests.java lines 65–67

	private ImageArchiveManifest getManifest(String content) {
		return new ImageArchiveManifest(getJsonMapper().readTree(content));
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does getManifest() do?
getManifest() is a function in the spring-boot codebase.
What does getManifest() call?
getManifest() calls 1 function(s): getJsonMapper.
What calls getManifest()?
getManifest() is called by 3 function(s): getLayersReturnsLayers, getLayersWithEmptyManifestReturnsEmptyList, getLayersWithNoLayersReturnsEmptyList.

Analyze Your Own Codebase

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

Try Supermodel Free