createsSinglePostProcessorWithClassLoader() — spring-boot Function Reference
Architecture documentation for the createsSinglePostProcessorWithClassLoader() function in ReflectionEnvironmentPostProcessorsFactoryTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 80f7a87d_5b5c_8ea4_6579_860cfdcae381["createsSinglePostProcessorWithClassLoader()"] d22df4cc_73f6_c237_b428_f630d7d76463["createWithClassNamesAndClassLoaderListCreatesFactory()"] d22df4cc_73f6_c237_b428_f630d7d76463 -->|calls| 80f7a87d_5b5c_8ea4_6579_860cfdcae381 755f50e3_dd9c_9e18_aaa4_085f8d39a034["getSingleProcessor()"] 80f7a87d_5b5c_8ea4_6579_860cfdcae381 -->|calls| 755f50e3_dd9c_9e18_aaa4_085f8d39a034 be22d695_81d3_ca24_90d4_9385a402a390["getClassLoader()"] 80f7a87d_5b5c_8ea4_6579_860cfdcae381 -->|calls| be22d695_81d3_ca24_90d4_9385a402a390 style 80f7a87d_5b5c_8ea4_6579_860cfdcae381 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/support/ReflectionEnvironmentPostProcessorsFactoryTests.java lines 140–143
void createsSinglePostProcessorWithClassLoader(OverridingClassLoader classLoader) {
EnvironmentPostProcessor processor = getSingleProcessor();
assertThat(processor.getClass().getClassLoader()).isSameAs(classLoader);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does createsSinglePostProcessorWithClassLoader() do?
createsSinglePostProcessorWithClassLoader() is a function in the spring-boot codebase.
What does createsSinglePostProcessorWithClassLoader() call?
createsSinglePostProcessorWithClassLoader() calls 2 function(s): getClassLoader, getSingleProcessor.
What calls createsSinglePostProcessorWithClassLoader()?
createsSinglePostProcessorWithClassLoader() is called by 1 function(s): createWithClassNamesAndClassLoaderListCreatesFactory.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free