MutuallyExclusiveConfigurationPropertiesException() — spring-boot Function Reference
Architecture documentation for the MutuallyExclusiveConfigurationPropertiesException() function in MutuallyExclusiveConfigurationPropertiesException.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 2c630fd5_2829_3c98_d0b7_a054bda08e33["MutuallyExclusiveConfigurationPropertiesException()"] 0410cd0d_75cd_adf6_3dfa_c8c2d724e31b["throwIfMultipleMatchingValuesIn()"] 0410cd0d_75cd_adf6_3dfa_c8c2d724e31b -->|calls| 2c630fd5_2829_3c98_d0b7_a054bda08e33 61b82d80_d42e_1100_8d37_55a409b9ff0c["analyzeWhenEnvironmentIsNullShouldReturnNull()"] 61b82d80_d42e_1100_8d37_55a409b9ff0c -->|calls| 2c630fd5_2829_3c98_d0b7_a054bda08e33 609014c8_b9b3_6d10_3219_ecf942eaba83["analyzeWhenNotAllPropertiesAreInTheEnvironmentShouldReturnNull()"] 609014c8_b9b3_6d10_3219_ecf942eaba83 -->|calls| 2c630fd5_2829_3c98_d0b7_a054bda08e33 f3d5b6e5_add4_fbf5_6338_f3c1fa01d4e9["analyzeWhenAllConfiguredPropertiesAreInTheEnvironmentShouldReturnAnalysis()"] f3d5b6e5_add4_fbf5_6338_f3c1fa01d4e9 -->|calls| 2c630fd5_2829_3c98_d0b7_a054bda08e33 7d6c4a4e_aa77_218a_06d0_5396cfe14b75["analyzeWhenPropertyIsInMultiplePropertySourcesShouldListEachSourceInAnalysis()"] 7d6c4a4e_aa77_218a_06d0_5396cfe14b75 -->|calls| 2c630fd5_2829_3c98_d0b7_a054bda08e33 45159546_983e_c308_d8eb_636797778626["asSet()"] 2c630fd5_2829_3c98_d0b7_a054bda08e33 -->|calls| 45159546_983e_c308_d8eb_636797778626 9aa4370e_b8ac_b140_c028_3313c891afbd["buildMessage()"] 2c630fd5_2829_3c98_d0b7_a054bda08e33 -->|calls| 9aa4370e_b8ac_b140_c028_3313c891afbd style 2c630fd5_2829_3c98_d0b7_a054bda08e33 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/context/properties/source/MutuallyExclusiveConfigurationPropertiesException.java lines 56–59
public MutuallyExclusiveConfigurationPropertiesException(Collection<String> configuredNames,
Collection<String> mutuallyExclusiveNames) {
this(asSet(configuredNames), asSet(mutuallyExclusiveNames));
}
Domain
Subdomains
Calls
- asSet()
- buildMessage()
Called By
- analyzeWhenAllConfiguredPropertiesAreInTheEnvironmentShouldReturnAnalysis()
- analyzeWhenEnvironmentIsNullShouldReturnNull()
- analyzeWhenNotAllPropertiesAreInTheEnvironmentShouldReturnNull()
- analyzeWhenPropertyIsInMultiplePropertySourcesShouldListEachSourceInAnalysis()
- throwIfMultipleMatchingValuesIn()
Source
Frequently Asked Questions
What does MutuallyExclusiveConfigurationPropertiesException() do?
MutuallyExclusiveConfigurationPropertiesException() is a function in the spring-boot codebase.
What does MutuallyExclusiveConfigurationPropertiesException() call?
MutuallyExclusiveConfigurationPropertiesException() calls 2 function(s): asSet, buildMessage.
What calls MutuallyExclusiveConfigurationPropertiesException()?
MutuallyExclusiveConfigurationPropertiesException() is called by 5 function(s): analyzeWhenAllConfiguredPropertiesAreInTheEnvironmentShouldReturnAnalysis, analyzeWhenEnvironmentIsNullShouldReturnNull, analyzeWhenNotAllPropertiesAreInTheEnvironmentShouldReturnNull, analyzeWhenPropertyIsInMultiplePropertySourcesShouldListEachSourceInAnalysis, throwIfMultipleMatchingValuesIn.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free