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

of() — spring-boot Function Reference

Architecture documentation for the of() function in Image.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  d0595808_34f5_b84e_629e_09812a428eb8["of()"]
  78e40dab_6b48_64ee_7e3a_450f63575bbe["of()"]
  78e40dab_6b48_64ee_7e3a_450f63575bbe -->|calls| d0595808_34f5_b84e_629e_09812a428eb8
  e716d5ad_3337_6c3a_f7c2_fd026b4b6b60["getPrimaryDigest()"]
  e716d5ad_3337_6c3a_f7c2_fd026b4b6b60 -->|calls| d0595808_34f5_b84e_629e_09812a428eb8
  b118af9f_c39d_e4b9_3f6a_5e386ce14ad7["ofWithOsParses()"]
  b118af9f_c39d_e4b9_3f6a_5e386ce14ad7 -->|calls| d0595808_34f5_b84e_629e_09812a428eb8
  de123f06_dda4_26ea_acf0_2c3121d22022["ofWithOsAndArchitectureParses()"]
  de123f06_dda4_26ea_acf0_2c3121d22022 -->|calls| d0595808_34f5_b84e_629e_09812a428eb8
  33fe464c_b1cc_dd94_a026_92483cc21d1b["ofWithOsAndArchitectureAndVariantParses()"]
  33fe464c_b1cc_dd94_a026_92483cc21d1b -->|calls| d0595808_34f5_b84e_629e_09812a428eb8
  ebc3286b_694d_27a6_4981_c4b0416c1147["ofWithEmptyValueFails()"]
  ebc3286b_694d_27a6_4981_c4b0416c1147 -->|calls| d0595808_34f5_b84e_629e_09812a428eb8
  b922a2c7_3fa5_e3a0_08cf_b759fa280105["ofWithTooManySegmentsFails()"]
  b922a2c7_3fa5_e3a0_08cf_b759fa280105 -->|calls| d0595808_34f5_b84e_629e_09812a428eb8
  b8ffb150_631e_bd01_3d2b_851fd2a822d4["toJsonString()"]
  b8ffb150_631e_bd01_3d2b_851fd2a822d4 -->|calls| d0595808_34f5_b84e_629e_09812a428eb8
  3cd5df76_b8ed_9ed7_9524_7fe8663fbd27["toJsonStringWhenOnlyOs()"]
  3cd5df76_b8ed_9ed7_9524_7fe8663fbd27 -->|calls| d0595808_34f5_b84e_629e_09812a428eb8
  3a573ff0_cf8a_7c32_b1d7_9db73d6d1ff9["getImage()"]
  3a573ff0_cf8a_7c32_b1d7_9db73d6d1ff9 -->|calls| d0595808_34f5_b84e_629e_09812a428eb8
  403fa7ea_bc3d_2449_e5c8_35453034dc79["of()"]
  d0595808_34f5_b84e_629e_09812a428eb8 -->|calls| 403fa7ea_bc3d_2449_e5c8_35453034dc79
  style d0595808_34f5_b84e_629e_09812a428eb8 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/Image.java lines 171–173

	public static Image of(InputStream content) throws IOException {
		return of(content, Image::new);
	}

Subdomains

Calls

Called By

  • getImage()
  • getPrimaryDigest()
  • of()
  • ofWithEmptyValueFails()
  • ofWithOsAndArchitectureAndVariantParses()
  • ofWithOsAndArchitectureParses()
  • ofWithOsParses()
  • ofWithTooManySegmentsFails()
  • toJsonString()
  • toJsonStringWhenOnlyOs()

Frequently Asked Questions

What does of() do?
of() is a function in the spring-boot codebase.
What does of() call?
of() calls 1 function(s): of.
What calls of()?
of() is called by 10 function(s): getImage, getPrimaryDigest, of, ofWithEmptyValueFails, ofWithOsAndArchitectureAndVariantParses, ofWithOsAndArchitectureParses, ofWithOsParses, ofWithTooManySegmentsFails, and 2 more.

Analyze Your Own Codebase

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

Try Supermodel Free