configurationPropertySourcesPropertyResolverResolvesSingleTime() — spring-boot Function Reference
Architecture documentation for the configurationPropertySourcesPropertyResolverResolvesSingleTime() function in ConfigurationPropertySourcesPropertyResolverTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 50a29df5_9fd6_6bdd_7422_a3b17fa263a1["configurationPropertySourcesPropertyResolverResolvesSingleTime()"] 4b0cbf95_105c_735c_52db_6d75ba501b16["createMockPropertySource()"] 50a29df5_9fd6_6bdd_7422_a3b17fa263a1 -->|calls| 4b0cbf95_105c_735c_52db_6d75ba501b16 939a6a16_a09a_0762_6ee9_ff1d628c537f["getProperty()"] 50a29df5_9fd6_6bdd_7422_a3b17fa263a1 -->|calls| 939a6a16_a09a_0762_6ee9_ff1d628c537f b2e77f3e_609c_d14d_2a57_ef9c62e983d0["getCount()"] 50a29df5_9fd6_6bdd_7422_a3b17fa263a1 -->|calls| b2e77f3e_609c_d14d_2a57_ef9c62e983d0 style 50a29df5_9fd6_6bdd_7422_a3b17fa263a1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/properties/source/ConfigurationPropertySourcesPropertyResolverTests.java lines 51–57
@Test
void configurationPropertySourcesPropertyResolverResolvesSingleTime() {
ResolverEnvironment environment = new ResolverEnvironment();
CountingMockPropertySource propertySource = createMockPropertySource(environment, true);
environment.getProperty("missing");
assertThat(propertySource.getCount("missing")).isOne();
}
Domain
Subdomains
Source
Frequently Asked Questions
What does configurationPropertySourcesPropertyResolverResolvesSingleTime() do?
configurationPropertySourcesPropertyResolverResolvesSingleTime() is a function in the spring-boot codebase.
What does configurationPropertySourcesPropertyResolverResolvesSingleTime() call?
configurationPropertySourcesPropertyResolverResolvesSingleTime() calls 3 function(s): createMockPropertySource, getCount, getProperty.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free