Home / Class/ NestedPropertiesRecord Class — spring-boot Architecture

NestedPropertiesRecord Class — spring-boot Architecture

Architecture documentation for the NestedPropertiesRecord class in NestedPropertiesRecord.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/record/NestedPropertiesRecord.java lines 22–29

@TestConfigurationProperties("record-nested")
public record NestedPropertiesRecord(String myProperty, @TestNestedConfigurationProperty NestedRecord nested,
		InnerPropertiesRecord inner) {

	public record InnerPropertiesRecord(String myInnerProperty, @TestNestedConfigurationProperty NestedRecord nested) {
	}

}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free