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

isIndex() — spring-boot Function Reference

Architecture documentation for the isIndex() function in ExportedImageTar.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  e87f1358_4845_bc11_216b_532f475f02af["isIndex()"]
  58397492_ec14_0690_6b8e_9c65bda3fa86["isJsonWithPrefix()"]
  e87f1358_4845_bc11_216b_532f475f02af -->|calls| 58397492_ec14_0690_6b8e_9c65bda3fa86
  5cc40e07_7f3b_3fd0_b899_6981467f03be["getMediaType()"]
  e87f1358_4845_bc11_216b_532f475f02af -->|calls| 5cc40e07_7f3b_3fd0_b899_6981467f03be
  style e87f1358_4845_bc11_216b_532f475f02af fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/ExportedImageTar.java lines 225–227

		private static boolean isIndex(BlobReference reference) {
			return isJsonWithPrefix(reference.getMediaType(), "application/vnd.oci.image.index.v");
		}

Subdomains

Frequently Asked Questions

What does isIndex() do?
isIndex() is a function in the spring-boot codebase.
What does isIndex() call?
isIndex() calls 2 function(s): getMediaType, isJsonWithPrefix.

Analyze Your Own Codebase

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

Try Supermodel Free