sourceHintIsMergedWithNestedConfigurationProperty() — spring-boot Function Reference
Architecture documentation for the sourceHintIsMergedWithNestedConfigurationProperty() function in ConfigurationMetadataAnnotationProcessorTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 7920cd8e_6b55_b178_e53d_13767973214b["sourceHintIsMergedWithNestedConfigurationProperty()"] 4e7738f0_ea94_abd8_5384_e7be1344cace["compile()"] 7920cd8e_6b55_b178_e53d_13767973214b -->|calls| 4e7738f0_ea94_abd8_5384_e7be1344cace 3e16447d_1507_5130_db83_3555c87b4c39["withHint()"] 7920cd8e_6b55_b178_e53d_13767973214b -->|calls| 3e16447d_1507_5130_db83_3555c87b4c39 4b61c8e3_26fd_ba33_03bc_d518465e0979["withValue()"] 7920cd8e_6b55_b178_e53d_13767973214b -->|calls| 4b61c8e3_26fd_ba33_03bc_d518465e0979 style 7920cd8e_6b55_b178_e53d_13767973214b 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 709–716
@Test
void sourceHintIsMergedWithNestedConfigurationProperty() {
ConfigurationMetadata metadata = compile(SimpleSourceAnnotated.class);
assertThat(metadata).has(Metadata.withHint("example.nested.type")
.withValue(0, "auto", "Detect the type automatically.")
.withValue(1, "single", "Single type.")
.withValue(2, "multi", "Multi type."));
}
Domain
Subdomains
Source
Frequently Asked Questions
What does sourceHintIsMergedWithNestedConfigurationProperty() do?
sourceHintIsMergedWithNestedConfigurationProperty() is a function in the spring-boot codebase.
What does sourceHintIsMergedWithNestedConfigurationProperty() call?
sourceHintIsMergedWithNestedConfigurationProperty() calls 3 function(s): compile, withHint, withValue.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free