recordMatchedType() — spring-boot Function Reference
Architecture documentation for the recordMatchedType() function in OnBeanCondition.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 8bca2f81_abb1_ec0b_a7a7_dceece38877a["recordMatchedType()"] e8d44fa6_45ad_6d14_6468_53ed18c907e0["getMatchingBeans()"] e8d44fa6_45ad_6d14_6468_53ed18c907e0 -->|calls| 8bca2f81_abb1_ec0b_a7a7_dceece38877a 4b480321_97ee_f10d_835f_edb9a372f6bc["addAll()"] 8bca2f81_abb1_ec0b_a7a7_dceece38877a -->|calls| 4b480321_97ee_f10d_835f_edb9a372f6bc 343c5071_b124_9233_e382_ad11feb5b46d["toString()"] 8bca2f81_abb1_ec0b_a7a7_dceece38877a -->|calls| 343c5071_b124_9233_e382_ad11feb5b46d style 8bca2f81_abb1_ec0b_a7a7_dceece38877a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/OnBeanCondition.java lines 867–870
private void recordMatchedType(BeanType type, Collection<String> matchingNames) {
this.matchedTypes.put(type.name.toString(), matchingNames);
this.namesOfAllMatches.addAll(matchingNames);
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does recordMatchedType() do?
recordMatchedType() is a function in the spring-boot codebase.
What does recordMatchedType() call?
recordMatchedType() calls 2 function(s): addAll, toString.
What calls recordMatchedType()?
recordMatchedType() is called by 1 function(s): getMatchingBeans.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free