getType() — spring-boot Function Reference
Architecture documentation for the getType() function in Bindable.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD f7e9ddde_2634_c57e_57b9_2c188cc789b6["getType()"] f66262c1_53f9_3576_d55f_fded77038d41["getType()"] f66262c1_53f9_3576_d55f_fded77038d41 -->|calls| f7e9ddde_2634_c57e_57b9_2c188cc789b6 a2d46e2b_4d38_d2c7_76d4_70a4c9d68d73["processAheadOfTime()"] a2d46e2b_4d38_d2c7_76d4_70a4c9d68d73 -->|calls| f7e9ddde_2634_c57e_57b9_2c188cc789b6 ebbeee22_9e94_47a0_ffca_817aecbf9c04["hasType()"] ebbeee22_9e94_47a0_ffca_817aecbf9c04 -->|calls| f7e9ddde_2634_c57e_57b9_2c188cc789b6 1e12bf1b_7cdd_76d3_6b77_556188f5dbfc["getAllReturnsAll()"] 1e12bf1b_7cdd_76d3_6b77_556188f5dbfc -->|calls| f7e9ddde_2634_c57e_57b9_2c188cc789b6 972e5247_f31d_e501_cb5c_f2381f9b3175["getWhenBeanIsAnnotatedReturnsBean()"] 972e5247_f31d_e501_cb5c_f2381f9b3175 -->|calls| f7e9ddde_2634_c57e_57b9_2c188cc789b6 6a68298c_0765_d9ae_c255_3d50090c878e["getWhenFactoryMethodIsAnnotatedReturnsBean()"] 6a68298c_0765_d9ae_c255_3d50090c878e -->|calls| f7e9ddde_2634_c57e_57b9_2c188cc789b6 946cdfa6_2afd_e50d_563d_cf1092452bcb["getWhenImportedFactoryMethodIsAnnotatedAndMetadataCachingIsDisabledReturnsBean()"] 946cdfa6_2afd_e50d_563d_cf1092452bcb -->|calls| f7e9ddde_2634_c57e_57b9_2c188cc789b6 3933828b_8c24_41dc_8a4e_fa9aac2274bf["getWhenImportedFactoryMethodIsAnnotatedReturnsBean()"] 3933828b_8c24_41dc_8a4e_fa9aac2274bf -->|calls| f7e9ddde_2634_c57e_57b9_2c188cc789b6 027df210_f0d1_8520_9a57_eac4e9963d3a["getWhenHasFactoryMethodBindsUsingMethodReturnType()"] 027df210_f0d1_8520_9a57_eac4e9963d3a -->|calls| f7e9ddde_2634_c57e_57b9_2c188cc789b6 5e62f7d9_ded4_d359_23cb_92c233674fa4["getWhenHasFactoryMethodWithoutAnnotationBindsUsingMethodType()"] 5e62f7d9_ded4_d359_23cb_92c233674fa4 -->|calls| f7e9ddde_2634_c57e_57b9_2c188cc789b6 f8586467_a987_3ade_5757_68325c44a5ff["getWhenHasNoFactoryMethodBindsUsingObjectType()"] f8586467_a987_3ade_5757_68325c44a5ff -->|calls| f7e9ddde_2634_c57e_57b9_2c188cc789b6 d858f339_6593_85bb_ba3f_105353b06787["forValueObjectWithConstructorBindingAnnotatedClassReturnsBean()"] d858f339_6593_85bb_ba3f_105353b06787 -->|calls| f7e9ddde_2634_c57e_57b9_2c188cc789b6 474d8fea_90a5_62d1_4e58_56888a630060["forValueObjectWithRecordReturnsBean()"] 474d8fea_90a5_62d1_4e58_56888a630060 -->|calls| f7e9ddde_2634_c57e_57b9_2c188cc789b6 b29e4c8d_349d_569b_228d_d7bb880eb65b["getValidators()"] b29e4c8d_349d_569b_228d_d7bb880eb65b -->|calls| f7e9ddde_2634_c57e_57b9_2c188cc789b6 style f7e9ddde_2634_c57e_57b9_2c188cc789b6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/Bindable.java lines 78–80
public ResolvableType getType() {
return this.type;
}
Domain
Subdomains
Called By
- forValueObjectWithConstructorBindingAnnotatedClassReturnsBean()
- forValueObjectWithRecordReturnsBean()
- getAllReturnsAll()
- getSelfValidator()
- getType()
- getValidators()
- getWhenBeanIsAnnotatedReturnsBean()
- getWhenFactoryMethodIsAnnotatedReturnsBean()
- getWhenHasFactoryMethodBindsUsingMethodReturnType()
- getWhenHasFactoryMethodWithoutAnnotationBindsUsingMethodType()
- getWhenHasNoFactoryMethodBindsUsingObjectType()
- getWhenImportedFactoryMethodIsAnnotatedAndMetadataCachingIsDisabledReturnsBean()
- getWhenImportedFactoryMethodIsAnnotatedReturnsBean()
- hasType()
- onStart()
- onStart()
- processAheadOfTime()
Source
Frequently Asked Questions
What does getType() do?
getType() is a function in the spring-boot codebase.
What calls getType()?
getType() is called by 17 function(s): forValueObjectWithConstructorBindingAnnotatedClassReturnsBean, forValueObjectWithRecordReturnsBean, getAllReturnsAll, getSelfValidator, getType, getValidators, getWhenBeanIsAnnotatedReturnsBean, getWhenFactoryMethodIsAnnotatedReturnsBean, and 9 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free