getType() — spring-boot Function Reference
Architecture documentation for the getType() function in ConfigurationPropertyName.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 8d8ef66e_fc29_736c_c815_846df9fa8305["getType()"] 47f584cc_44d9_3421_c24b_8ab5d06e0243["bindAggregate()"] 47f584cc_44d9_3421_c24b_8ab5d06e0243 -->|calls| 8d8ef66e_fc29_736c_c815_846df9fa8305 87815210_37e3_01c5_eeaf_fdc7e28de050["buildMessage()"] 87815210_37e3_01c5_eeaf_fdc7e28de050 -->|calls| 8d8ef66e_fc29_736c_c815_846df9fa8305 621dd6a3_85f9_dc5e_cd4c_3118ea5a0b3e["handleBindResult()"] 621dd6a3_85f9_dc5e_cd4c_3118ea5a0b3e -->|calls| 8d8ef66e_fc29_736c_c815_846df9fa8305 ec2441a7_5cee_ce3e_581f_abaaab863573["getAggregateBinder()"] ec2441a7_5cee_ce3e_581f_abaaab863573 -->|calls| 8d8ef66e_fc29_736c_c815_846df9fa8305 b8ef4d88_30d9_3ee1_329f_d371353527a2["bindDataObject()"] b8ef4d88_30d9_3ee1_329f_d371353527a2 -->|calls| 8d8ef66e_fc29_736c_c815_846df9fa8305 274e625f_c882_1267_e6cb_c28cd7adc0e5["isUnbindableBean()"] 274e625f_c882_1267_e6cb_c28cd7adc0e5 -->|calls| 8d8ef66e_fc29_736c_c815_846df9fa8305 3057b6d2_0c7d_a4a2_d7c5_6c6d5355ac09["bindAggregate()"] 3057b6d2_0c7d_a4a2_d7c5_6c6d5355ac09 -->|calls| 8d8ef66e_fc29_736c_c815_846df9fa8305 caa47bc3_2301_1297_fa81_5a3a561da1ae["createMap()"] caa47bc3_2301_1297_fa81_5a3a561da1ae -->|calls| 8d8ef66e_fc29_736c_c815_846df9fa8305 20baf962_d398_2640_da13_d39e49878feb["resolveTarget()"] 20baf962_d398_2640_da13_d39e49878feb -->|calls| 8d8ef66e_fc29_736c_c815_846df9fa8305 c8a32d61_bc84_9663_ce8b_240188c9c86d["EntryBinder()"] c8a32d61_bc84_9663_ce8b_240188c9c86d -->|calls| 8d8ef66e_fc29_736c_c815_846df9fa8305 9864967b_37d9_0634_dbcd_5f0500b8eb9b["getType()"] 9864967b_37d9_0634_dbcd_5f0500b8eb9b -->|calls| 8d8ef66e_fc29_736c_c815_846df9fa8305 50ab77a1_5a37_b789_ed17_ece7194cd0be["isIndexed()"] 50ab77a1_5a37_b789_ed17_ece7194cd0be -->|calls| 8d8ef66e_fc29_736c_c815_846df9fa8305 adb8e383_4058_29ca_570d_ef786f054ec1["isNumericIndex()"] adb8e383_4058_29ca_570d_ef786f054ec1 -->|calls| 8d8ef66e_fc29_736c_c815_846df9fa8305 bc164715_9139_37ca_1cb7_07a5191210d7["getElement()"] bc164715_9139_37ca_1cb7_07a5191210d7 -->|calls| 8d8ef66e_fc29_736c_c815_846df9fa8305 style 8d8ef66e_fc29_736c_c815_846df9fa8305 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/context/properties/source/ConfigurationPropertyName.java lines 918–920
ElementType getType(int index) {
return this.type[index];
}
Domain
Subdomains
Called By
- EntryBinder()
- add()
- beanPropertiesPreferMatchingType()
- bindAggregate()
- bindAggregate()
- bindDataObject()
- bindToArrayWhenNestedListShouldReturnPopulatedArray()
- bindToArrayWhenNestedShouldReturnPopulatedArray()
- bindToListOfMaps()
- bindToMapNonScalarCollectionShouldPopulateMap()
- bindToMapNonScalarCollectionWithDotKeysShouldBind()
- bindToMapShouldBindNestedMapValue()
- bindToMapShouldBindToMapValue()
- bindToMapStringCollectionWithDotKeysShouldPreserveDot()
- bindToMapWithNumberKeyAndCommaSeparated()
- bindToMapWithNumberKeyAndIndexed()
- buildMessage()
- compare()
- createMap()
- dashIgnoringElementEquals()
- defaultElementEquals()
- elementDiffers()
- elementsOf()
- getAggregateBinder()
- getElement()
- getType()
- handleBindResult()
- hashCode()
- isIndexed()
- isNumericIndex()
- isUnbindableBean()
- remainderIsDashes()
- remainderIsNotAlphanumeric()
- resolveTarget()
- verifyJsonPathParametersCannotBeResolved()
Source
Frequently Asked Questions
What does getType() do?
getType() is a function in the spring-boot codebase.
What calls getType()?
getType() is called by 35 function(s): EntryBinder, add, beanPropertiesPreferMatchingType, bindAggregate, bindAggregate, bindDataObject, bindToArrayWhenNestedListShouldReturnPopulatedArray, bindToArrayWhenNestedShouldReturnPopulatedArray, and 27 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free