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

getName() — spring-boot Function Reference

Architecture documentation for the getName() function in ImageReference.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  b3171812_ab1f_87c4_a83a_2a91e929e461["getName()"]
  f76834a2_f6a8_57e0_bbb7_05adc3fd3e16["buildsImageWithDefaultBuilder()"]
  f76834a2_f6a8_57e0_bbb7_05adc3fd3e16 -->|calls| b3171812_ab1f_87c4_a83a_2a91e929e461
  7bc9c885_8b03_be0b_ebb0_984160122086["buildsImageWithTrustBuilder()"]
  7bc9c885_8b03_be0b_ebb0_984160122086 -->|calls| b3171812_ab1f_87c4_a83a_2a91e929e461
  f33a2be5_cfe6_a6a5_a3c4_4da4d8dc484a["buildsImageWithWarPackaging()"]
  f33a2be5_cfe6_a6a5_a3c4_4da4d8dc484a -->|calls| b3171812_ab1f_87c4_a83a_2a91e929e461
  f68efe3e_fcd9_a73c_7a43_61e75d2cfb1e["buildsImageWithWarPackagingAndJarConfiguration()"]
  f68efe3e_fcd9_a73c_7a43_61e75d2cfb1e -->|calls| b3171812_ab1f_87c4_a83a_2a91e929e461
  0af8c591_6b98_4196_747c_7d4c5d984a4f["buildsImageWithPullPolicy()"]
  0af8c591_6b98_4196_747c_7d4c5d984a4f -->|calls| b3171812_ab1f_87c4_a83a_2a91e929e461
  d7edc2cb_45a7_bb69_2475_85cbc75d8407["buildsImageWithBuildpackFromBuilder()"]
  d7edc2cb_45a7_bb69_2475_85cbc75d8407 -->|calls| b3171812_ab1f_87c4_a83a_2a91e929e461
  08c15059_8d06_deba_60d1_38fc914b7eac["buildsImageWithBuildpackFromDirectory()"]
  08c15059_8d06_deba_60d1_38fc914b7eac -->|calls| b3171812_ab1f_87c4_a83a_2a91e929e461
  606662c0_6bc0_19e8_fd7a_55751c6386f3["buildsImageWithBuildpackFromTarGzip()"]
  606662c0_6bc0_19e8_fd7a_55751c6386f3 -->|calls| b3171812_ab1f_87c4_a83a_2a91e929e461
  b50b80c8_faff_481a_7204_0362af352b9f["buildsImageWithBuildpacksFromImages()"]
  b50b80c8_faff_481a_7204_0362af352b9f -->|calls| b3171812_ab1f_87c4_a83a_2a91e929e461
  b758812c_0e2e_2c75_ad06_b9167981e138["buildsImageWithBinding()"]
  b758812c_0e2e_2c75_ad06_b9167981e138 -->|calls| b3171812_ab1f_87c4_a83a_2a91e929e461
  0fd4fc95_a04e_78c7_8433_2908e613bffa["buildsImageWithTag()"]
  0fd4fc95_a04e_78c7_8433_2908e613bffa -->|calls| b3171812_ab1f_87c4_a83a_2a91e929e461
  91f7f32f_86a7_e450_5f1e_752e485d1fd2["buildsImageWithNetworkModeNone()"]
  91f7f32f_86a7_e450_5f1e_752e485d1fd2 -->|calls| b3171812_ab1f_87c4_a83a_2a91e929e461
  e2076a17_e73a_3a1c_3604_352c76a256fb["buildsImageWithVolumeCaches()"]
  e2076a17_e73a_3a1c_3604_352c76a256fb -->|calls| b3171812_ab1f_87c4_a83a_2a91e929e461
  b52f3fb8_84bb_06b0_ccc6_c5634145aea4["buildsImageWithBindCaches()"]
  b52f3fb8_84bb_06b0_ccc6_c5634145aea4 -->|calls| b3171812_ab1f_87c4_a83a_2a91e929e461
  style b3171812_ab1f_87c4_a83a_2a91e929e461 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/type/ImageReference.java lines 74–76

	public String getName() {
		return this.name.getName();
	}

Subdomains

Called By

Frequently Asked Questions

What does getName() do?
getName() is a function in the spring-boot codebase.
What calls getName()?
getName() is called by 42 function(s): buildsImageOnLinuxArmWithImagePlatformLinuxArm, buildsImageWithApplicationDirectory, buildsImageWithBindCaches, buildsImageWithBinding, buildsImageWithBuildpackFromBuilder, buildsImageWithBuildpackFromDirectory, buildsImageWithBuildpackFromTarGzip, buildsImageWithBuildpacksFromImages, and 34 more.

Analyze Your Own Codebase

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

Try Supermodel Free