SourcePropertyDescriptor() — spring-boot Function Reference
Architecture documentation for the SourcePropertyDescriptor() function in ConfigurationPropertiesSourceResolver.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD f8fcf9b3_183f_8e47_a688_da7bee7e7458["SourcePropertyDescriptor()"] 2a507fd2_a3ac_dca8_9698_42e280536c6b["createPropertyDescriptor()"] 2a507fd2_a3ac_dca8_9698_42e280536c6b -->|calls| f8fcf9b3_183f_8e47_a688_da7bee7e7458 c837e11c_a2cc_cf90_018d_1ecafff750c5["getType()"] f8fcf9b3_183f_8e47_a688_da7bee7e7458 -->|calls| c837e11c_a2cc_cf90_018d_1ecafff750c5 e8e90934_397b_b72b_06c2_bff3d0ed5ac5["getName()"] f8fcf9b3_183f_8e47_a688_da7bee7e7458 -->|calls| e8e90934_397b_b72b_06c2_bff3d0ed5ac5 style f8fcf9b3_183f_8e47_a688_da7bee7e7458 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
configuration-metadata/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/ConfigurationPropertiesSourceResolver.java lines 141–147
SourcePropertyDescriptor(PropertyDescriptor delegate, ItemMetadata sourceItemMetadata,
ItemHint sourceItemHint) {
super(delegate.getName(), delegate.getType(), delegate.getDeclaringElement(), delegate.getGetter());
this.delegate = delegate;
this.sourceItemMetadata = sourceItemMetadata;
this.sourceItemHint = sourceItemHint;
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does SourcePropertyDescriptor() do?
SourcePropertyDescriptor() is a function in the spring-boot codebase.
What does SourcePropertyDescriptor() call?
SourcePropertyDescriptor() calls 2 function(s): getName, getType.
What calls SourcePropertyDescriptor()?
SourcePropertyDescriptor() is called by 1 function(s): createPropertyDescriptor.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free