of() — spring-boot Function Reference
Architecture documentation for the of() function in JavaBeanBinder.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 5569db8f_6c80_d42f_4db5_cf2f0fd0ebbd["of()"] 20338f0d_1278_4ee8_2318_7a2fbc33ae58["bind()"] 20338f0d_1278_4ee8_2318_7a2fbc33ae58 -->|calls| 5569db8f_6c80_d42f_4db5_cf2f0fd0ebbd 76576a77_87f7_3680_8561_2923813db3c1["of()"] 5569db8f_6c80_d42f_4db5_cf2f0fd0ebbd -->|calls| 76576a77_87f7_3680_8561_2923813db3c1 daef5e4f_c8fd_e7e9_3756_aeac4cf0b77e["BeanProperties()"] 5569db8f_6c80_d42f_4db5_cf2f0fd0ebbd -->|calls| daef5e4f_c8fd_e7e9_3756_aeac4cf0b77e 87760d58_4d1f_1541_0711_8003e6141561["getType()"] 5569db8f_6c80_d42f_4db5_cf2f0fd0ebbd -->|calls| 87760d58_4d1f_1541_0711_8003e6141561 style 5569db8f_6c80_d42f_4db5_cf2f0fd0ebbd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/JavaBeanBinder.java lines 250–254
static BeanProperties of(Bindable<?> bindable) {
ResolvableType type = bindable.getType();
Class<?> resolvedType = type.resolve(Object.class);
return new BeanProperties(type, resolvedType);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does of() do?
of() is a function in the spring-boot codebase.
What does of() call?
of() calls 3 function(s): BeanProperties, getType, of.
What calls of()?
of() is called by 1 function(s): bind.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free