getMapBindable() — spring-boot Function Reference
Architecture documentation for the getMapBindable() function in MapBinderTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD bda95e6e_681f_05a1_e8d3_1d10292f4003["getMapBindable()"] 25c4c41a_1810_89c5_7640_d483560b5288["bindToMapNonScalarCollectionShouldPopulateMap()"] 25c4c41a_1810_89c5_7640_d483560b5288 -->|calls| bda95e6e_681f_05a1_e8d3_1d10292f4003 d0db94e9_4267_c7f1_5d86_059ffa503d5f["bindToMapStringCollectionWithDotKeysShouldPreserveDot()"] d0db94e9_4267_c7f1_5d86_059ffa503d5f -->|calls| bda95e6e_681f_05a1_e8d3_1d10292f4003 ca9497d3_7e11_3049_dbde_24ee402616e6["bindToMapNonScalarCollectionWithDotKeysShouldBind()"] ca9497d3_7e11_3049_dbde_24ee402616e6 -->|calls| bda95e6e_681f_05a1_e8d3_1d10292f4003 011a5383_9ade_3a31_cf82_bab091c0435c["bindToListOfMaps()"] 011a5383_9ade_3a31_cf82_bab091c0435c -->|calls| bda95e6e_681f_05a1_e8d3_1d10292f4003 27d927d2_fb80_f088_36cf_efac5ba88167["bindToMapWithNumberKeyAndCommaSeparated()"] 27d927d2_fb80_f088_36cf_efac5ba88167 -->|calls| bda95e6e_681f_05a1_e8d3_1d10292f4003 e06bf64b_2bb0_20a8_de8c_c7ac7db9a5b1["bindToMapWithNumberKeyAndIndexed()"] e06bf64b_2bb0_20a8_de8c_c7ac7db9a5b1 -->|calls| bda95e6e_681f_05a1_e8d3_1d10292f4003 76576a77_87f7_3680_8561_2923813db3c1["of()"] bda95e6e_681f_05a1_e8d3_1d10292f4003 -->|calls| 76576a77_87f7_3680_8561_2923813db3c1 style bda95e6e_681f_05a1_e8d3_1d10292f4003 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/properties/bind/MapBinderTests.java lines 668–671
private <K, V> Bindable<Map<K, V>> getMapBindable(Class<K> keyGeneric, ResolvableType valueType) {
ResolvableType keyType = ResolvableType.forClass(keyGeneric);
return Bindable.of(ResolvableType.forClassWithGenerics(Map.class, keyType, valueType));
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does getMapBindable() do?
getMapBindable() is a function in the spring-boot codebase.
What does getMapBindable() call?
getMapBindable() calls 1 function(s): of.
What calls getMapBindable()?
getMapBindable() is called by 6 function(s): bindToListOfMaps, bindToMapNonScalarCollectionShouldPopulateMap, bindToMapNonScalarCollectionWithDotKeysShouldBind, bindToMapStringCollectionWithDotKeysShouldPreserveDot, bindToMapWithNumberKeyAndCommaSeparated, bindToMapWithNumberKeyAndIndexed.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free