RandomWrapperPropertySource() — spring-boot Function Reference
Architecture documentation for the RandomWrapperPropertySource() function in SpringConfigurationPropertySourceTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 3051b778_dd37_fd42_6843_d620084193e4["RandomWrapperPropertySource()"] 6f3119b6_ef8f_3d0d_1c43_3f388104610a["containsDescendantOfWhenWrappedRandomSourceAndRandomPropertyReturnsPresent()"] 6f3119b6_ef8f_3d0d_1c43_3f388104610a -->|calls| 3051b778_dd37_fd42_6843_d620084193e4 3b6971c9_b509_6e5d_a0c5_25c0759a6603["containsDescendantOfWhenWrappedRandomSourceAndRandomPrefixedPropertyReturnsPresent()"] 3b6971c9_b509_6e5d_a0c5_25c0759a6603 -->|calls| 3051b778_dd37_fd42_6843_d620084193e4 968a9e54_f04a_cf1e_5f6e_aa0397cca556["containsDescendantOfWhenWrappedRandomSourceWithMatchingNameAndRandomPrefixedPropertyReturnsPresent()"] 968a9e54_f04a_cf1e_5f6e_aa0397cca556 -->|calls| 3051b778_dd37_fd42_6843_d620084193e4 98aa686f_e86e_9fe8_67a1_ab26b965d3e7["containsDescendantOfWhenWrappedRandomSourceAndRandomDashPrefixedPropertyReturnsPresent()"] 98aa686f_e86e_9fe8_67a1_ab26b965d3e7 -->|calls| 3051b778_dd37_fd42_6843_d620084193e4 d124446b_1344_4c0b_9f10_ec9091dc3492["containsDescendantOfWhenWrappedRandomSourceAndNonRandomPropertyReturnsAbsent()"] d124446b_1344_4c0b_9f10_ec9091dc3492 -->|calls| 3051b778_dd37_fd42_6843_d620084193e4 ce1bdd66_936e_84fa_7e6f_ae5858723d25["RandomValuePropertySource()"] 3051b778_dd37_fd42_6843_d620084193e4 -->|calls| ce1bdd66_936e_84fa_7e6f_ae5858723d25 style 3051b778_dd37_fd42_6843_d620084193e4 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/properties/source/SpringConfigurationPropertySourceTests.java lines 243–245
RandomWrapperPropertySource() {
this("cachedRandom");
}
Domain
Subdomains
Called By
- containsDescendantOfWhenWrappedRandomSourceAndNonRandomPropertyReturnsAbsent()
- containsDescendantOfWhenWrappedRandomSourceAndRandomDashPrefixedPropertyReturnsPresent()
- containsDescendantOfWhenWrappedRandomSourceAndRandomPrefixedPropertyReturnsPresent()
- containsDescendantOfWhenWrappedRandomSourceAndRandomPropertyReturnsPresent()
- containsDescendantOfWhenWrappedRandomSourceWithMatchingNameAndRandomPrefixedPropertyReturnsPresent()
Source
Frequently Asked Questions
What does RandomWrapperPropertySource() do?
RandomWrapperPropertySource() is a function in the spring-boot codebase.
What does RandomWrapperPropertySource() call?
RandomWrapperPropertySource() calls 1 function(s): RandomValuePropertySource.
What calls RandomWrapperPropertySource()?
RandomWrapperPropertySource() is called by 5 function(s): containsDescendantOfWhenWrappedRandomSourceAndNonRandomPropertyReturnsAbsent, containsDescendantOfWhenWrappedRandomSourceAndRandomDashPrefixedPropertyReturnsPresent, containsDescendantOfWhenWrappedRandomSourceAndRandomPrefixedPropertyReturnsPresent, containsDescendantOfWhenWrappedRandomSourceAndRandomPropertyReturnsPresent, containsDescendantOfWhenWrappedRandomSourceWithMatchingNameAndRandomPrefixedPropertyReturnsPresent.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free