constructMapType() — spring-boot Function Reference
Architecture documentation for the constructMapType() function in TypeUtilsTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 664c63ac_7529_fa53_23a9_e5f84570be7c["constructMapType()"] fd85f441_97fc_d6aa_3d9b_924c3a88b3c9["resolveTypeOnConcreteClass()"] fd85f441_97fc_d6aa_3d9b_924c3a88b3c9 -->|calls| 664c63ac_7529_fa53_23a9_e5f84570be7c 8a825865_e411_1e4f_906c_a9fb0860e427["resolveTypeOnIntermediateClass()"] 8a825865_e411_1e4f_906c_a9fb0860e427 -->|calls| 664c63ac_7529_fa53_23a9_e5f84570be7c 26d7537a_2aef_3f50_cc99_f8820ac91190["resolveTypeWithOnlyGenerics()"] 26d7537a_2aef_3f50_cc99_f8820ac91190 -->|calls| 664c63ac_7529_fa53_23a9_e5f84570be7c d29a7723_eae0_9b86_827d_ff28774b02fe["resolveTypeWithUnresolvedGenericProperties()"] d29a7723_eae0_9b86_827d_ff28774b02fe -->|calls| 664c63ac_7529_fa53_23a9_e5f84570be7c 62f95bc4_2bb6_9daa_d438_9c1427a0978e["resolvedTypeMixGenericNamePropertiesProperties()"] 62f95bc4_2bb6_9daa_d438_9c1427a0978e -->|calls| 664c63ac_7529_fa53_23a9_e5f84570be7c 50aee7d8_3b2e_70e7_b6d1_34994961423e["getName()"] 664c63ac_7529_fa53_23a9_e5f84570be7c -->|calls| 50aee7d8_3b2e_70e7_b6d1_34994961423e style 664c63ac_7529_fa53_23a9_e5f84570be7c 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 109–111
private String constructMapType(Class<?> keyType, Class<?> valueType) {
return "%s<%s,%s>".formatted(Map.class.getName(), keyType.getName(), valueType.getName());
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does constructMapType() do?
constructMapType() is a function in the spring-boot codebase.
What does constructMapType() call?
constructMapType() calls 1 function(s): getName.
What calls constructMapType()?
constructMapType() 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