Home / Function/ RandomValuePropertySource() — spring-boot Function Reference

RandomValuePropertySource() — spring-boot Function Reference

Architecture documentation for the RandomValuePropertySource() function in RandomValuePropertySource.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  ce1bdd66_936e_84fa_7e6f_ae5858723d25["RandomValuePropertySource()"]
  72dd971b_5f60_c43b_7c0f_42849164cffd["addToEnvironment()"]
  72dd971b_5f60_c43b_7c0f_42849164cffd -->|calls| ce1bdd66_936e_84fa_7e6f_ae5858723d25
  2e51a475_c4b6_b370_9c98_e79e9d3a9616["loadWhenBoundToRandomPropertyPlaceholder()"]
  2e51a475_c4b6_b370_9c98_e79e9d3a9616 -->|calls| ce1bdd66_936e_84fa_7e6f_ae5858723d25
  b794e928_d6fb_40b9_f984_d898c5938b86["containsDescendantOfWhenRandomSourceAndRandomPropertyReturnsPresent()"]
  b794e928_d6fb_40b9_f984_d898c5938b86 -->|calls| ce1bdd66_936e_84fa_7e6f_ae5858723d25
  2ac19ca0_7d16_f51a_53e0_b55fd86e25fc["containsDescendantOfWhenRandomSourceAndRandomPrefixedPropertyReturnsPresent()"]
  2ac19ca0_7d16_f51a_53e0_b55fd86e25fc -->|calls| ce1bdd66_936e_84fa_7e6f_ae5858723d25
  36b56780_357c_d967_3ff0_40e4e9804739["containsDescendantOfWhenRandomSourceWithDifferentNameAndRandomPrefixedPropertyReturnsPresent()"]
  36b56780_357c_d967_3ff0_40e4e9804739 -->|calls| ce1bdd66_936e_84fa_7e6f_ae5858723d25
  a01b4abc_c217_3c48_b2af_d2b944cab1f6["containsDescendantOfWhenRandomSourceAndNonRandomPropertyReturnsAbsent()"]
  a01b4abc_c217_3c48_b2af_d2b944cab1f6 -->|calls| ce1bdd66_936e_84fa_7e6f_ae5858723d25
  3051b778_dd37_fd42_6843_d620084193e4["RandomWrapperPropertySource()"]
  3051b778_dd37_fd42_6843_d620084193e4 -->|calls| ce1bdd66_936e_84fa_7e6f_ae5858723d25
  6d147193_99a1_1521_adb2_cd98022f4b2f["shouldAdaptRandomPropertySource()"]
  6d147193_99a1_1521_adb2_cd98022f4b2f -->|calls| ce1bdd66_936e_84fa_7e6f_ae5858723d25
  style ce1bdd66_936e_84fa_7e6f_ae5858723d25 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/env/RandomValuePropertySource.java lines 77–79

	public RandomValuePropertySource() {
		this(RANDOM_PROPERTY_SOURCE_NAME);
	}

Domain

Subdomains

Called By

  • RandomWrapperPropertySource()
  • addToEnvironment()
  • containsDescendantOfWhenRandomSourceAndNonRandomPropertyReturnsAbsent()
  • containsDescendantOfWhenRandomSourceAndRandomPrefixedPropertyReturnsPresent()
  • containsDescendantOfWhenRandomSourceAndRandomPropertyReturnsPresent()
  • containsDescendantOfWhenRandomSourceWithDifferentNameAndRandomPrefixedPropertyReturnsPresent()
  • loadWhenBoundToRandomPropertyPlaceholder()
  • shouldAdaptRandomPropertySource()

Frequently Asked Questions

What does RandomValuePropertySource() do?
RandomValuePropertySource() is a function in the spring-boot codebase.
What calls RandomValuePropertySource()?
RandomValuePropertySource() is called by 8 function(s): RandomWrapperPropertySource, addToEnvironment, containsDescendantOfWhenRandomSourceAndNonRandomPropertyReturnsAbsent, containsDescendantOfWhenRandomSourceAndRandomPrefixedPropertyReturnsPresent, containsDescendantOfWhenRandomSourceAndRandomPropertyReturnsPresent, containsDescendantOfWhenRandomSourceWithDifferentNameAndRandomPrefixedPropertyReturnsPresent, loadWhenBoundToRandomPropertyPlaceholder, shouldAdaptRandomPropertySource.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free