MapConfigurationPropertySource() — spring-boot Function Reference
Architecture documentation for the MapConfigurationPropertySource() function in MapConfigurationPropertySource.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 6b13a440_b8c4_f4d4_0bc2_c932b8debc75["MapConfigurationPropertySource()"] f71a7de4_7a0b_899d_d309_a9957cb05142["getCloudPlatformWhenCloudPropertyHasBeenContributedDuringInitialLoadDeducesCloudPlatform()"] f71a7de4_7a0b_899d_d309_a9957cb05142 -->|calls| 6b13a440_b8c4_f4d4_0bc2_c932b8debc75 b67c9e31_3e4f_e120_09c4_a49bbc276643["bindToArrayFromCommaStringPropertySetsOrigin()"] b67c9e31_3e4f_e120_09c4_a49bbc276643 -->|calls| 6b13a440_b8c4_f4d4_0bc2_c932b8debc75 27b5ccbc_a8f0_49fc_122f_11eed43e58f5["bindToArrayFromCommaStringPropertyDoesNotFailOnEmptyElements()"] 27b5ccbc_a8f0_49fc_122f_11eed43e58f5 -->|calls| 6b13a440_b8c4_f4d4_0bc2_c932b8debc75 83c2ec80_9838_6602_47e0_a6c834a3b560["bindToArrayFromIndexedPropertiesSetsOrigin()"] 83c2ec80_9838_6602_47e0_a6c834a3b560 -->|calls| 6b13a440_b8c4_f4d4_0bc2_c932b8debc75 139c6404_b8eb_f36c_a308_826587727e66["bindToValueObjectFromCommaStringPropertySetsOrigin()"] 139c6404_b8eb_f36c_a308_826587727e66 -->|calls| 6b13a440_b8c4_f4d4_0bc2_c932b8debc75 8f077f6f_49f5_b42a_109f_1205e5311407["bindToValueObjectFromCommaStringPropertyDoesNotFailOnEmptyElements()"] 8f077f6f_49f5_b42a_109f_1205e5311407 -->|calls| 6b13a440_b8c4_f4d4_0bc2_c932b8debc75 389073a8_4b68_1608_f9c1_e412b2820291["bindToValueObjectFromIndexedPropertiesSetsOrigin()"] 389073a8_4b68_1608_f9c1_e412b2820291 -->|calls| 6b13a440_b8c4_f4d4_0bc2_c932b8debc75 941bf771_f029_da7b_4be5_55fb4bc2b196["isActiveAgainstBoundData()"] 941bf771_f029_da7b_4be5_55fb4bc2b196 -->|calls| 6b13a440_b8c4_f4d4_0bc2_c932b8debc75 59391cfd_2949_56f6_d41d_fb24ade8f1cb["isActiveAgainstBoundDataWhenProfilesDontMatch()"] 59391cfd_2949_56f6_d41d_fb24ade8f1cb -->|calls| 6b13a440_b8c4_f4d4_0bc2_c932b8debc75 dbdcb1be_e1db_8c6f_9a25_0f7d3be39d9c["isActiveAgainstBoundDataWhenCloudPlatformDoesntMatch()"] dbdcb1be_e1db_8c6f_9a25_0f7d3be39d9c -->|calls| 6b13a440_b8c4_f4d4_0bc2_c932b8debc75 362ccb3a_31cf_c13e_ed68_668aa1edbd60["isActiveAgainstBoundDataWhenProfilesMatchCommaSeparatedList()"] 362ccb3a_31cf_c13e_ed68_668aa1edbd60 -->|calls| 6b13a440_b8c4_f4d4_0bc2_c932b8debc75 c814088a_c659_996c_8450_e178c6d9c7ad["getImportOriginWhenCommaListReturnsOrigin()"] c814088a_c659_996c_8450_e178c6d9c7ad -->|calls| 6b13a440_b8c4_f4d4_0bc2_c932b8debc75 16c93e75_fe3e_dff9_7da7_04fd3152a229["getImportOriginWhenBracketListReturnsOrigin()"] 16c93e75_fe3e_dff9_7da7_04fd3152a229 -->|calls| 6b13a440_b8c4_f4d4_0bc2_c932b8debc75 e8e299a2_4f54_7b34_c8c7_dd1011bb456a["getActiveWhenNoEnvironmentProfilesAndBinderProperty()"] e8e299a2_4f54_7b34_c8c7_dd1011bb456a -->|calls| 6b13a440_b8c4_f4d4_0bc2_c932b8debc75 style 6b13a440_b8c4_f4d4_0bc2_c932b8debc75 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/context/properties/source/MapConfigurationPropertySource.java lines 49–51
public MapConfigurationPropertySource() {
this(Collections.emptyMap());
}
Domain
Subdomains
Calls
Called By
- bind()
- bindToArrayFromCommaStringPropertyDoesNotFailOnEmptyElements()
- bindToArrayFromCommaStringPropertySetsOrigin()
- bindToArrayFromIndexedPropertiesSetsOrigin()
- bindToMapWhenMultipleInSameSourceCandidateShouldBindFirst()
- bindToValueObjectFromCommaStringPropertyDoesNotFailOnEmptyElements()
- bindToValueObjectFromCommaStringPropertySetsOrigin()
- bindToValueObjectFromIndexedPropertiesSetsOrigin()
- getActiveWhenEnvironmentProfilesAndBinderProperty()
- getActiveWhenEnvironmentProfilesAndBinderPropertyShouldReturnEnvironmentProperty()
- getActiveWhenNoEnvironmentProfilesAndBinderProperty()
- getCloudPlatformWhenCloudPropertyHasBeenContributedDuringInitialLoadDeducesCloudPlatform()
- getDefaultWhenDefaultEnvironmentProfileAndBinderProperty()
- getDefaultWhenEnvironmentProfilesAndBinderProperty()
- getDefaultWhenNoEnvironmentProfilesAndBinderProperty()
- getImportOriginWhenBracketListReturnsOrigin()
- getImportOriginWhenCommaListReturnsOrigin()
- isActiveAgainstBoundData()
- isActiveAgainstBoundDataWhenCloudPlatformDoesntMatch()
- isActiveAgainstBoundDataWhenProfilesDontMatch()
- isActiveAgainstBoundDataWhenProfilesMatchCommaSeparatedList()
Source
Frequently Asked Questions
What does MapConfigurationPropertySource() do?
MapConfigurationPropertySource() is a function in the spring-boot codebase.
What does MapConfigurationPropertySource() call?
MapConfigurationPropertySource() calls 1 function(s): putAll.
What calls MapConfigurationPropertySource()?
MapConfigurationPropertySource() is called by 21 function(s): bind, bindToArrayFromCommaStringPropertyDoesNotFailOnEmptyElements, bindToArrayFromCommaStringPropertySetsOrigin, bindToArrayFromIndexedPropertiesSetsOrigin, bindToMapWhenMultipleInSameSourceCandidateShouldBindFirst, bindToValueObjectFromCommaStringPropertyDoesNotFailOnEmptyElements, bindToValueObjectFromCommaStringPropertySetsOrigin, bindToValueObjectFromIndexedPropertiesSetsOrigin, and 13 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free