simplePrefixValueProperties() — spring-boot Function Reference
Architecture documentation for the simplePrefixValueProperties() function in ConfigurationMetadataAnnotationProcessorTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 2dc9de76_88c8_e483_476d_5782caed84fa["simplePrefixValueProperties()"] 4e7738f0_ea94_abd8_5384_e7be1344cace["compile()"] 2dc9de76_88c8_e483_476d_5782caed84fa -->|calls| 4e7738f0_ea94_abd8_5384_e7be1344cace 83ee5c58_5d39_6a9f_3b4b_81ba336603a7["withGroup()"] 2dc9de76_88c8_e483_476d_5782caed84fa -->|calls| 83ee5c58_5d39_6a9f_3b4b_81ba336603a7 a7060ba0_7028_1911_946e_7c3090117119["fromSource()"] 2dc9de76_88c8_e483_476d_5782caed84fa -->|calls| a7060ba0_7028_1911_946e_7c3090117119 a4041ee3_920f_3ffa_6d69_6e3bcd2c6cdc["withProperty()"] 2dc9de76_88c8_e483_476d_5782caed84fa -->|calls| a4041ee3_920f_3ffa_6d69_6e3bcd2c6cdc style 2dc9de76_88c8_e483_476d_5782caed84fa 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 164–170
@Test
void simplePrefixValueProperties() {
ConfigurationMetadata metadata = compile(SimplePrefixValueProperties.class);
assertThat(metadata).has(Metadata.withGroup("simple").fromSource(SimplePrefixValueProperties.class));
assertThat(metadata)
.has(Metadata.withProperty("simple.name", String.class).fromSource(SimplePrefixValueProperties.class));
}
Domain
Subdomains
Source
Frequently Asked Questions
What does simplePrefixValueProperties() do?
simplePrefixValueProperties() is a function in the spring-boot codebase.
What does simplePrefixValueProperties() call?
simplePrefixValueProperties() calls 4 function(s): compile, fromSource, withGroup, withProperty.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free