getConfigurationSource() — spring-boot Function Reference
Architecture documentation for the getConfigurationSource() function in AbstractRepositoryConfigurationSourceSupport.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD d34ff845_6086_247f_747c_00baf24fd7f5["getConfigurationSource()"] da82edac_997a_7f39_e2d1_e4a177966f76["registerBeanDefinitions()"] da82edac_997a_7f39_e2d1_e4a177966f76 -->|calls| d34ff845_6086_247f_747c_00baf24fd7f5 82580bb7_c81a_2b33_15c3_bd54d3a643b5["getConfiguration()"] d34ff845_6086_247f_747c_00baf24fd7f5 -->|calls| 82580bb7_c81a_2b33_15c3_bd54d3a643b5 72d7b429_b746_3c25_1c74_af5930d11241["AutoConfiguredAnnotationRepositoryConfigurationSource()"] d34ff845_6086_247f_747c_00baf24fd7f5 -->|calls| 72d7b429_b746_3c25_1c74_af5930d11241 bbc6f33c_b467_74a7_5ba7_41a1cdc45873["getAnnotation()"] d34ff845_6086_247f_747c_00baf24fd7f5 -->|calls| bbc6f33c_b467_74a7_5ba7_41a1cdc45873 style d34ff845_6086_247f_747c_00baf24fd7f5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/data/AbstractRepositoryConfigurationSourceSupport.java lines 75–81
private AnnotationRepositoryConfigurationSource getConfigurationSource(BeanDefinitionRegistry registry,
@Nullable BeanNameGenerator importBeanNameGenerator) {
AnnotationMetadata metadata = AnnotationMetadata.introspect(getConfiguration());
return new AutoConfiguredAnnotationRepositoryConfigurationSource(metadata, getAnnotation(), this.resourceLoader,
this.environment, registry, importBeanNameGenerator) {
};
}
Domain
Subdomains
Calls
- AutoConfiguredAnnotationRepositoryConfigurationSource()
- getAnnotation()
- getConfiguration()
Called By
Source
Frequently Asked Questions
What does getConfigurationSource() do?
getConfigurationSource() is a function in the spring-boot codebase.
What does getConfigurationSource() call?
getConfigurationSource() calls 3 function(s): AutoConfiguredAnnotationRepositoryConfigurationSource, getAnnotation, getConfiguration.
What calls getConfigurationSource()?
getConfigurationSource() is called by 1 function(s): registerBeanDefinitions.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free