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

of() — spring-boot Function Reference

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

Function java GradlePlugin AotProcessing calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  585e0269_38ee_48a4_b109_9f1a4d75e89d["of()"]
  f4cc8269_bdff_656b_305e_e298615814af["load()"]
  f4cc8269_bdff_656b_305e_e298615814af -->|calls| 585e0269_38ee_48a4_b109_9f1a4d75e89d
  b7da0edd_df21_5402_73ff_001a5c2132e9["OriginTrackedWritableResource()"]
  585e0269_38ee_48a4_b109_9f1a4d75e89d -->|calls| b7da0edd_df21_5402_73ff_001a5c2132e9
  efbfe420_404d_a916_60ab_b71b7eaacada["OriginTrackedResource()"]
  585e0269_38ee_48a4_b109_9f1a4d75e89d -->|calls| efbfe420_404d_a916_60ab_b71b7eaacada
  style 585e0269_38ee_48a4_b109_9f1a4d75e89d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/origin/OriginTrackedResource.java lines 172–174

	public static OriginTrackedWritableResource of(WritableResource resource, Origin origin) {
		return (OriginTrackedWritableResource) of((Resource) resource, origin);
	}

Domain

Subdomains

Calls

  • OriginTrackedResource()
  • OriginTrackedWritableResource()

Called By

  • load()

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): OriginTrackedResource, OriginTrackedWritableResource.
What calls of()?
of() is called by 1 function(s): load.

Analyze Your Own Codebase

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

Try Supermodel Free