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

MockConfigurationPropertySource() — spring-boot Function Reference

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

Function java GradlePlugin AotProcessing calls 2 called by 219

Entity Profile

Dependency Diagram

graph TD
  dec6e978_683d_a8e4_7ae5_e3e729d3253e["MockConfigurationPropertySource()"]
  b4e84d6f_028d_6b32_584c_3ce761f7bb64["isEnforcedWhenBinderPropertyMatchesReturnsTrue()"]
  b4e84d6f_028d_6b32_584c_3ce761f7bb64 -->|calls| dec6e978_683d_a8e4_7ae5_e3e729d3253e
  524eddfd_2258_3f20_9aaa_51d69bc1ed0b["isEnforcedWhenBinderPropertyDoesNotMatchReturnsFalse()"]
  524eddfd_2258_3f20_9aaa_51d69bc1ed0b -->|calls| dec6e978_683d_a8e4_7ae5_e3e729d3253e
  e511af46_5357_ab7b_2ddc_4090e344bd3e["isEnforcedWhenBinderPropertyIsMissingReturnsFalse()"]
  e511af46_5357_ab7b_2ddc_4090e344bd3e -->|calls| dec6e978_683d_a8e4_7ae5_e3e729d3253e
  fb8c8bc0_ae04_b772_7180_671be9736cdf["bindToArrayShouldReturnArray()"]
  fb8c8bc0_ae04_b772_7180_671be9736cdf -->|calls| dec6e978_683d_a8e4_7ae5_e3e729d3253e
  a645ab28_85d4_0bde_7aee_e8deaa411d26["bindToCollectionShouldTriggerOnSuccess()"]
  a645ab28_85d4_0bde_7aee_e8deaa411d26 -->|calls| dec6e978_683d_a8e4_7ae5_e3e729d3253e
  8d23688d_4e0e_fd29_24a6_93f74ef53bd3["bindToArrayShouldReturnPrimitiveArray()"]
  8d23688d_4e0e_fd29_24a6_93f74ef53bd3 -->|calls| dec6e978_683d_a8e4_7ae5_e3e729d3253e
  195619ed_23b1_d92a_4323_f1ecdef5beaf["bindToArrayWhenNestedShouldReturnPopulatedArray()"]
  195619ed_23b1_d92a_4323_f1ecdef5beaf -->|calls| dec6e978_683d_a8e4_7ae5_e3e729d3253e
  f5920773_74ff_b0fa_6337_14df2493ec46["bindToArrayWhenNestedListShouldReturnPopulatedArray()"]
  f5920773_74ff_b0fa_6337_14df2493ec46 -->|calls| dec6e978_683d_a8e4_7ae5_e3e729d3253e
  44c7f002_f5c2_a309_be23_a7b37ba346c1["bindToArrayWhenNotInOrderShouldReturnPopulatedArray()"]
  44c7f002_f5c2_a309_be23_a7b37ba346c1 -->|calls| dec6e978_683d_a8e4_7ae5_e3e729d3253e
  f5b14c2c_83b6_ad0f_f7e2_debece53c59c["bindToArrayWhenNonSequentialShouldThrowException()"]
  f5b14c2c_83b6_ad0f_f7e2_debece53c59c -->|calls| dec6e978_683d_a8e4_7ae5_e3e729d3253e
  d0e577b7_ae67_aee7_5abb_462088293061["bindToArrayWhenNonIterableShouldReturnPopulatedArray()"]
  d0e577b7_ae67_aee7_5abb_462088293061 -->|calls| dec6e978_683d_a8e4_7ae5_e3e729d3253e
  020b7687_567c_5592_10e1_3a747b00e1a0["bindToArrayWhenMultipleSourceShouldOnlyUseFirst()"]
  020b7687_567c_5592_10e1_3a747b00e1a0 -->|calls| dec6e978_683d_a8e4_7ae5_e3e729d3253e
  ba829ea4_2fa7_5217_5bd9_743cdaa7ea4c["bindToArrayWhenHasExistingCollectionShouldReplaceAllContents()"]
  ba829ea4_2fa7_5217_5bd9_743cdaa7ea4c -->|calls| dec6e978_683d_a8e4_7ae5_e3e729d3253e
  796af5dc_e98a_49de_d52a_de4cbf8295f6["bindToArrayWhenNoValueShouldReturnUnbound()"]
  796af5dc_e98a_49de_d52a_de4cbf8295f6 -->|calls| dec6e978_683d_a8e4_7ae5_e3e729d3253e
  style dec6e978_683d_a8e4_7ae5_e3e729d3253e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/properties/source/MockConfigurationPropertySource.java lines 39–40

	public MockConfigurationPropertySource() {
	}

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

What does MockConfigurationPropertySource() do?
MockConfigurationPropertySource() is a function in the spring-boot codebase.
What does MockConfigurationPropertySource() call?
MockConfigurationPropertySource() calls 2 function(s): of, put.
What calls MockConfigurationPropertySource()?
MockConfigurationPropertySource() is called by 219 function(s): bindOrCreateWhenBindSuccessfulShouldReturnBoundValue, bindRenamedPropertyToClassBean, bindShouldBindWithoutHandler, bindShouldFailWithAccessToBoundProperties, bindShouldFailWithAccessToNameAndValue, bindShouldFailWithAccessToOrigin, bindShouldFailWithHandler, bindShouldNotValidateDepthGreaterThanZero, and 211 more.

Analyze Your Own Codebase

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

Try Supermodel Free