process() — spring-boot Function Reference
Architecture documentation for the process() function in TypeUtilsTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 0dc19896_5b12_17e5_d3d4_76862cac5380["process()"] fd85f441_97fc_d6aa_3d9b_924c3a88b3c9["resolveTypeOnConcreteClass()"] fd85f441_97fc_d6aa_3d9b_924c3a88b3c9 -->|calls| 0dc19896_5b12_17e5_d3d4_76862cac5380 8a825865_e411_1e4f_906c_a9fb0860e427["resolveTypeOnIntermediateClass()"] 8a825865_e411_1e4f_906c_a9fb0860e427 -->|calls| 0dc19896_5b12_17e5_d3d4_76862cac5380 26d7537a_2aef_3f50_cc99_f8820ac91190["resolveTypeWithOnlyGenerics()"] 26d7537a_2aef_3f50_cc99_f8820ac91190 -->|calls| 0dc19896_5b12_17e5_d3d4_76862cac5380 d29a7723_eae0_9b86_827d_ff28774b02fe["resolveTypeWithUnresolvedGenericProperties()"] d29a7723_eae0_9b86_827d_ff28774b02fe -->|calls| 0dc19896_5b12_17e5_d3d4_76862cac5380 62f95bc4_2bb6_9daa_d438_9c1427a0978e["resolvedTypeMixGenericNamePropertiesProperties()"] 62f95bc4_2bb6_9daa_d438_9c1427a0978e -->|calls| 0dc19896_5b12_17e5_d3d4_76862cac5380 cd6ff4e6_4054_4a1a_8143_50915821ba11["process()"] 0dc19896_5b12_17e5_d3d4_76862cac5380 -->|calls| cd6ff4e6_4054_4a1a_8143_50915821ba11 style 0dc19896_5b12_17e5_d3d4_76862cac5380 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
configuration-metadata/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/TypeUtilsTests.java lines 100–107
private void process(Class<?> target, BiConsumer<RoundEnvironmentTester, TypeUtils> consumer) {
TestableAnnotationProcessor<TypeUtils> processor = new TestableAnnotationProcessor<>(consumer, TypeUtils::new);
TestCompiler compiler = TestCompiler.forSystem()
.withProcessors(processor)
.withSources(SourceFile.forTestClass(target));
compiler.compile((compiled) -> {
});
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does process() do?
process() is a function in the spring-boot codebase.
What does process() call?
process() calls 1 function(s): process.
What calls process()?
process() is called by 5 function(s): resolveTypeOnConcreteClass, resolveTypeOnIntermediateClass, resolveTypeWithOnlyGenerics, resolveTypeWithUnresolvedGenericProperties, resolvedTypeMixGenericNamePropertiesProperties.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free