multiplePropertiesConditionReportWhenMatched() — spring-boot Function Reference
Architecture documentation for the multiplePropertiesConditionReportWhenMatched() function in ConditionalOnPropertyTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 7fa792d5_5779_1299_6fe2_39eac1c617e6["multiplePropertiesConditionReportWhenMatched()"] 60f23964_a964_410e_add0_9e7ca52f38f9["load()"] 7fa792d5_5779_1299_6fe2_39eac1c617e6 -->|calls| 60f23964_a964_410e_add0_9e7ca52f38f9 f5969709_b142_bf98_d2eb_491589955528["containsBean()"] 7fa792d5_5779_1299_6fe2_39eac1c617e6 -->|calls| f5969709_b142_bf98_d2eb_491589955528 08a72f1f_4603_9a5a_6249_04a49d8a2c60["getConditionEvaluationReport()"] 7fa792d5_5779_1299_6fe2_39eac1c617e6 -->|calls| 08a72f1f_4603_9a5a_6249_04a49d8a2c60 style 7fa792d5_5779_1299_6fe2_39eac1c617e6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/condition/ConditionalOnPropertyTests.java lines 282–287
@Test
void multiplePropertiesConditionReportWhenMatched() {
load(MultiplePropertiesRequiredConfiguration.class, "property1=value1", "property2=value2");
assertThat(containsBean()).isTrue();
assertThat(getConditionEvaluationReport()).contains("@ConditionalOnProperty ([property1,property2]) matched");
}
Domain
Subdomains
Source
Frequently Asked Questions
What does multiplePropertiesConditionReportWhenMatched() do?
multiplePropertiesConditionReportWhenMatched() is a function in the spring-boot codebase.
What does multiplePropertiesConditionReportWhenMatched() call?
multiplePropertiesConditionReportWhenMatched() calls 3 function(s): containsBean, getConditionEvaluationReport, load.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free