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

MockOrigin() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  2e8be660_5d81_3c1c_3b85_0da953bf8881["MockOrigin()"]
  73873e31_feef_8f4b_d56f_2cc9a1d3fa8d["of()"]
  73873e31_feef_8f4b_d56f_2cc9a1d3fa8d -->|calls| 2e8be660_5d81_3c1c_3b85_0da953bf8881
  style 2e8be660_5d81_3c1c_3b85_0da953bf8881 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/origin/MockOrigin.java lines 35–39

	private MockOrigin(String value, @Nullable Origin parent) {
		Assert.notNull(value, "'value' must not be null");
		this.value = value;
		this.parent = parent;
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does MockOrigin() do?
MockOrigin() is a function in the spring-boot codebase.
What calls MockOrigin()?
MockOrigin() is called by 1 function(s): of.

Analyze Your Own Codebase

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

Try Supermodel Free