Home / Class/ TestContextPairs Class — spring-boot Architecture

TestContextPairs Class — spring-boot Architecture

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

Entity Profile

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/logging/structured/TestContextPairs.java lines 26–39

public final class TestContextPairs {

	private TestContextPairs() {
	}

	public static ContextPairs include() {
		return of(true, null);
	}

	public static ContextPairs of(boolean include, @Nullable String prefix) {
		return new ContextPairs(include, prefix);
	}

}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free