Home / Class/ ExampleRecord Class — spring-boot Architecture

ExampleRecord Class — spring-boot Architecture

Architecture documentation for the ExampleRecord class in ExampleRecord.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/ExampleRecord.java lines 34–37

@TestConfigurationProperties("record.descriptions")
public record ExampleRecord(String someString, Integer someInteger, Boolean someBoolean, Long someLong,
		@TestName("named.record.component") String namedComponent, Byte someByte) {
}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free