NestedProperty Class — spring-boot Architecture
Architecture documentation for the NestedProperty class in NestedProperty.java from the spring-boot codebase.
Entity Profile
Source Code
configuration-metadata/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationsample/method/NestedProperty.java lines 19–31
public class NestedProperty {
private String myNestedProperty;
public String getMyNestedProperty() {
return this.myNestedProperty;
}
public void setMyNestedProperty(String myNestedProperty) {
this.myNestedProperty = myNestedProperty;
}
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free