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

of() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  d644bb3a_75cd_f440_d2e5_1711b897e317["of()"]
  1ed02a34_7e65_ca96_0551_0c81871791b4["Layer()"]
  1ed02a34_7e65_ca96_0551_0c81871791b4 -->|calls| d644bb3a_75cd_f440_d2e5_1711b897e317
  7113fa8d_2246_a352_b97d_d758ef9fac93["of()"]
  d644bb3a_75cd_f440_d2e5_1711b897e317 -->|calls| 7113fa8d_2246_a352_b97d_d758ef9fac93
  a57a8084_43f9_2805_9924_ecdd0d8514ef["fromTarArchive()"]
  d644bb3a_75cd_f440_d2e5_1711b897e317 -->|calls| a57a8084_43f9_2805_9924_ecdd0d8514ef
  style d644bb3a_75cd_f440_d2e5_1711b897e317 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/Layer.java lines 73–76

	public static Layer of(IOConsumer<Layout> layout) throws IOException {
		Assert.notNull(layout, "'layout' must not be null");
		return fromTarArchive(TarArchive.of(layout));
	}

Subdomains

Called By

Frequently Asked Questions

What does of() do?
of() is a function in the spring-boot codebase.
What does of() call?
of() calls 2 function(s): fromTarArchive, of.
What calls of()?
of() is called by 1 function(s): Layer.

Analyze Your Own Codebase

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

Try Supermodel Free