reflectionTypes() — spring-boot Function Reference
Architecture documentation for the reflectionTypes() function in SpringBootJoranConfigurator.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 0f48f13a_e0e6_be39_3c75_c88ae12ffd86["reflectionTypes()"] 4891997e_0afa_ad02_52ab_f0459afe093d["writeTo()"] 4891997e_0afa_ad02_52ab_f0459afe093d -->|calls| 0f48f13a_e0e6_be39_3c75_c88ae12ffd86 74ffd7a3_ab7a_6a1d_5556_23bbaa01ddf8["determineType()"] 0f48f13a_e0e6_be39_3c75_c88ae12ffd86 -->|calls| 74ffd7a3_ab7a_6a1d_5556_23bbaa01ddf8 2347e67e_4bf9_3026_f9ad_04ee20dba035["processComponent()"] 0f48f13a_e0e6_be39_3c75_c88ae12ffd86 -->|calls| 2347e67e_4bf9_3026_f9ad_04ee20dba035 c101044e_6019_70c7_4bf1_b706a175722c["instantiate()"] 0f48f13a_e0e6_be39_3c75_c88ae12ffd86 -->|calls| c101044e_6019_70c7_4bf1_b706a175722c style 0f48f13a_e0e6_be39_3c75_c88ae12ffd86 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/logging/logback/SpringBootJoranConfigurator.java lines 237–239
private Set<Class<?>> reflectionTypes(Model model) {
return reflectionTypes(model, () -> null);
}
Domain
Subdomains
Calls
- determineType()
- instantiate()
- processComponent()
Called By
Source
Frequently Asked Questions
What does reflectionTypes() do?
reflectionTypes() is a function in the spring-boot codebase.
What does reflectionTypes() call?
reflectionTypes() calls 3 function(s): determineType, instantiate, processComponent.
What calls reflectionTypes()?
reflectionTypes() is called by 1 function(s): writeTo.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free