Home / Class/ MockApplicationPid Class — spring-boot Architecture

MockApplicationPid Class — spring-boot Architecture

Architecture documentation for the MockApplicationPid class in MockApplicationPid.java from the spring-boot codebase.

Entity Profile

Source Code

core/spring-boot/src/test/java/org/springframework/boot/system/MockApplicationPid.java lines 24–33

public final class MockApplicationPid {

	private MockApplicationPid() {
	}

	public static ApplicationPid of(long value) {
		return new ApplicationPid(value);
	}

}

Analyze Your Own Codebase

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

Try Supermodel Free