Home / Class/ UpperBoundGenericPojo Class — spring-boot Architecture

UpperBoundGenericPojo Class — spring-boot Architecture

Architecture documentation for the UpperBoundGenericPojo class in UpperBoundGenericPojo.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/UpperBoundGenericPojo.java lines 28–36

public class UpperBoundGenericPojo<T extends Enum<T>> {

	private final Map<T, String> mappings = new HashMap<>();

	public Map<T, String> getMappings() {
		return this.mappings;
	}

}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free