Home / Class/ HierarchicalProperties Class — spring-boot Architecture

HierarchicalProperties Class — spring-boot Architecture

Architecture documentation for the HierarchicalProperties class in HierarchicalProperties.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/simple/HierarchicalProperties.java lines 26–42

@TestConfigurationProperties("hierarchical")
public class HierarchicalProperties extends HierarchicalPropertiesParent {

	/**
	 * Concrete property.
	 */
	private String third = "three";

	public String getThird() {
		return this.third;
	}

	public void setThird(String third) {
		this.third = third;
	}

}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free