recordNested() — spring-boot Function Reference
Architecture documentation for the recordNested() function in ConfigurationMetadataAnnotationProcessorTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD de165ccd_0876_c4dd_552c_e3e2e2558e2e["recordNested()"] 4e7738f0_ea94_abd8_5384_e7be1344cace["compile()"] de165ccd_0876_c4dd_552c_e3e2e2558e2e -->|calls| 4e7738f0_ea94_abd8_5384_e7be1344cace 83ee5c58_5d39_6a9f_3b4b_81ba336603a7["withGroup()"] de165ccd_0876_c4dd_552c_e3e2e2558e2e -->|calls| 83ee5c58_5d39_6a9f_3b4b_81ba336603a7 a4041ee3_920f_3ffa_6d69_6e3bcd2c6cdc["withProperty()"] de165ccd_0876_c4dd_552c_e3e2e2558e2e -->|calls| a4041ee3_920f_3ffa_6d69_6e3bcd2c6cdc style de165ccd_0876_c4dd_552c_e3e2e2558e2e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
configuration-metadata/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/ConfigurationMetadataAnnotationProcessorTests.java lines 585–592
@Test
void recordNested() {
ConfigurationMetadata metadata = compile(NestedPropertiesRecord.class);
assertThat(metadata).has(Metadata.withGroup("record-nested.nested"));
assertThat(metadata).has(Metadata.withProperty("record-nested.nested.my-nested-property"));
assertThat(metadata).has(Metadata.withGroup("record-nested.inner.nested"));
assertThat(metadata).has(Metadata.withProperty("record-nested.inner.nested.my-nested-property"));
}
Domain
Subdomains
Source
Frequently Asked Questions
What does recordNested() do?
recordNested() is a function in the spring-boot codebase.
What does recordNested() call?
recordNested() calls 3 function(s): compile, withGroup, withProperty.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free