DoubleRegistrationProperties Class — spring-boot Architecture
Architecture documentation for the DoubleRegistrationProperties class in DoubleRegistrationProperties.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/specific/DoubleRegistrationProperties.java lines 26–38
public class DoubleRegistrationProperties {
@TestConfigurationProperties("one")
public SimplePojo one() {
return new SimplePojo();
}
@TestConfigurationProperties("two")
public SimplePojo two() {
return new SimplePojo();
}
}
Domain
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free