get() — spring-boot Function Reference
Architecture documentation for the get() function in ConditionEvaluationReportTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 3dc28cf2_6ef1_ebd4_4b32_304c07713e04["get()"] 6eb7fdd4_801b_22cb_8ee2_4a4a10b0d005["setup()"] 6eb7fdd4_801b_22cb_8ee2_4a4a10b0d005 -->|calls| 3dc28cf2_6ef1_ebd4_4b32_304c07713e04 73c150a8_fbb3_e498_3880_66db3615af36["parent()"] 73c150a8_fbb3_e498_3880_66db3615af36 -->|calls| 3dc28cf2_6ef1_ebd4_4b32_304c07713e04 62ab76e4_7875_3b67_a93c_d23c453287a9["parentBottomUp()"] 62ab76e4_7875_3b67_a93c_d23c453287a9 -->|calls| 3dc28cf2_6ef1_ebd4_4b32_304c07713e04 0fbe014d_ac72_8a11_087d_f0f6adf55acc["recordConditionEvaluations()"] 0fbe014d_ac72_8a11_087d_f0f6adf55acc -->|calls| 3dc28cf2_6ef1_ebd4_4b32_304c07713e04 0104068b_0083_9622_564e_cbdb3d560165["fullMatch()"] 0104068b_0083_9622_564e_cbdb3d560165 -->|calls| 3dc28cf2_6ef1_ebd4_4b32_304c07713e04 fdf0c772_bc8a_da8f_0449_b1b3250a473a["notFullMatch()"] fdf0c772_bc8a_da8f_0449_b1b3250a473a -->|calls| 3dc28cf2_6ef1_ebd4_4b32_304c07713e04 5e445bf4_afad_af14_c76b_fbc8ed7b8674["springBootConditionPopulatesReport()"] 5e445bf4_afad_af14_c76b_fbc8ed7b8674 -->|calls| 3dc28cf2_6ef1_ebd4_4b32_304c07713e04 f37bb833_e005_22de_b50f_905f761fcb2c["negativeOuterPositiveInnerBean()"] f37bb833_e005_22de_b50f_905f761fcb2c -->|calls| 3dc28cf2_6ef1_ebd4_4b32_304c07713e04 295675d1_0ffa_cab4_591b_6159c0e27be4["reportWhenSameShortNamePresentMoreThanOnceShouldUseFullyQualifiedName()"] 295675d1_0ffa_cab4_591b_6159c0e27be4 -->|calls| 3dc28cf2_6ef1_ebd4_4b32_304c07713e04 e246621d_732e_87bd_6fd5_2fce47161853["reportMessageWhenSameShortNamePresentMoreThanOnceShouldUseFullyQualifiedName()"] e246621d_732e_87bd_6fd5_2fce47161853 -->|calls| 3dc28cf2_6ef1_ebd4_4b32_304c07713e04 style 3dc28cf2_6ef1_ebd4_4b32_304c07713e04 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/condition/ConditionEvaluationReportTests.java lines 89–93
@Test
void get() {
assertThat(this.report).isNotNull();
assertThat(this.report).isSameAs(ConditionEvaluationReport.get(this.beanFactory));
}
Domain
Subdomains
Called By
- fullMatch()
- negativeOuterPositiveInnerBean()
- notFullMatch()
- parent()
- parentBottomUp()
- recordConditionEvaluations()
- reportMessageWhenSameShortNamePresentMoreThanOnceShouldUseFullyQualifiedName()
- reportWhenSameShortNamePresentMoreThanOnceShouldUseFullyQualifiedName()
- setup()
- springBootConditionPopulatesReport()
Source
Frequently Asked Questions
What does get() do?
get() is a function in the spring-boot codebase.
What calls get()?
get() is called by 10 function(s): fullMatch, negativeOuterPositiveInnerBean, notFullMatch, parent, parentBottomUp, recordConditionEvaluations, reportMessageWhenSameShortNamePresentMoreThanOnceShouldUseFullyQualifiedName, reportWhenSameShortNamePresentMoreThanOnceShouldUseFullyQualifiedName, and 2 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free