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

of() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  6a0b0112_bfbf_9dfd_014c_87680bc61f97["of()"]
  b61af446_e0ab_f29d_aa27_424138b6a9f1["random()"]
  b61af446_e0ab_f29d_aa27_424138b6a9f1 -->|calls| 6a0b0112_bfbf_9dfd_014c_87680bc61f97
  08531c09_acf7_f21c_286e_e1967afb3e94["basedOn()"]
  08531c09_acf7_f21c_286e_e1967afb3e94 -->|calls| 6a0b0112_bfbf_9dfd_014c_87680bc61f97
  d7c76d6e_8137_164a_0e4c_43a1f7c0850b["asHexString()"]
  d7c76d6e_8137_164a_0e4c_43a1f7c0850b -->|calls| 6a0b0112_bfbf_9dfd_014c_87680bc61f97
  baad2e11_723a_edec_12b9_5c95c5f85d62["VolumeName()"]
  6a0b0112_bfbf_9dfd_014c_87680bc61f97 -->|calls| baad2e11_723a_edec_12b9_5c95c5f85d62
  style 6a0b0112_bfbf_9dfd_014c_87680bc61f97 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/VolumeName.java lines 139–142

	public static VolumeName of(String value) {
		Assert.notNull(value, "'value' must not be null");
		return new VolumeName(value);
	}

Subdomains

Calls

Called By

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): VolumeName.
What calls of()?
of() is called by 3 function(s): asHexString, basedOn, random.

Analyze Your Own Codebase

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

Try Supermodel Free