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

of() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  8bb4302a_4170_a9a4_61f5_3416246a0165["of()"]
  9a5d8463_7ccc_92fb_b27a_b63e59c123b1["getBuildRequest()"]
  9a5d8463_7ccc_92fb_b27a_b63e59c123b1 -->|calls| 8bb4302a_4170_a9a4_61f5_3416246a0165
  2cd58281_abe5_5437_2344_dd72b29cc617["getOrDeduceName()"]
  2cd58281_abe5_5437_2344_dd72b29cc617 -->|calls| 8bb4302a_4170_a9a4_61f5_3416246a0165
  e75c7b8d_0140_ea26_6b52_e82ab18f2562["customize()"]
  e75c7b8d_0140_ea26_6b52_e82ab18f2562 -->|calls| 8bb4302a_4170_a9a4_61f5_3416246a0165
  c66619e8_bb06_d3ee_b173_cc88b899d383["getBuildRequestWhenHasBuildpacksUsesBuildpacks()"]
  c66619e8_bb06_d3ee_b173_cc88b899d383 -->|calls| 8bb4302a_4170_a9a4_61f5_3416246a0165
  ad677496_1577_b1aa_13fd_1d6ce83dd222["getBuildRequestWhenHasBindingsUsesBindings()"]
  ad677496_1577_b1aa_13fd_1d6ce83dd222 -->|calls| 8bb4302a_4170_a9a4_61f5_3416246a0165
  238855c6_1c3f_a439_7b01_39adb446479d["getBuildRequestWhenHasTagsUsesTags()"]
  238855c6_1c3f_a439_7b01_39adb446479d -->|calls| 8bb4302a_4170_a9a4_61f5_3416246a0165
  22776bab_e967_3527_c6fc_8bd3d214ab20["Binding()"]
  8bb4302a_4170_a9a4_61f5_3416246a0165 -->|calls| 22776bab_e967_3527_c6fc_8bd3d214ab20
  style 8bb4302a_4170_a9a4_61f5_3416246a0165 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/Binding.java lines 112–115

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

Subdomains

Calls

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): Binding.
What calls of()?
of() is called by 6 function(s): customize, getBuildRequest, getBuildRequestWhenHasBindingsUsesBindings, getBuildRequestWhenHasBuildpacksUsesBuildpacks, getBuildRequestWhenHasTagsUsesTags, getOrDeduceName.

Analyze Your Own Codebase

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

Try Supermodel Free