Home / Class/ ComplexGenericProperties Class — spring-boot Architecture

ComplexGenericProperties Class — spring-boot Architecture

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

Entity Profile

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/generic/ComplexGenericProperties.java lines 27–43

@TestConfigurationProperties("generic")
public class ComplexGenericProperties {

	@TestNestedConfigurationProperty
	private final UpperBoundGenericPojo<Test> test = new UpperBoundGenericPojo<>();

	public UpperBoundGenericPojo<Test> getTest() {
		return this.test;
	}

	public enum Test {

		ONE, TWO, THREE

	}

}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free