isExcluded() — spring-boot Function Reference
Architecture documentation for the isExcluded() function in ScheduledBeanLazyInitializationExcludeFilterTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD a3df603b_57a8_773d_b35d_001f3f897153["isExcluded()"] cf1b17eb_f491_408c_748a_381c066fe417["beanWithScheduledMethodIsDetected()"] cf1b17eb_f491_408c_748a_381c066fe417 -->|calls| a3df603b_57a8_773d_b35d_001f3f897153 351807f2_a5b5_ee8c_90d3_383bda780025["beanWithSchedulesMethodIsDetected()"] 351807f2_a5b5_ee8c_90d3_383bda780025 -->|calls| a3df603b_57a8_773d_b35d_001f3f897153 28af4738_5f73_8e1a_47b2_812e0d6fb8ee["beanWithoutScheduledMethodIsDetected()"] 28af4738_5f73_8e1a_47b2_812e0d6fb8ee -->|calls| a3df603b_57a8_773d_b35d_001f3f897153 style a3df603b_57a8_773d_b35d_001f3f897153 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/task/ScheduledBeanLazyInitializationExcludeFilterTests.java lines 51–53
private boolean isExcluded(Class<?> type) {
return this.filter.isExcluded("test", new RootBeanDefinition(type), type);
}
Domain
Subdomains
Called By
- beanWithScheduledMethodIsDetected()
- beanWithSchedulesMethodIsDetected()
- beanWithoutScheduledMethodIsDetected()
Source
Frequently Asked Questions
What does isExcluded() do?
isExcluded() is a function in the spring-boot codebase.
What calls isExcluded()?
isExcluded() is called by 3 function(s): beanWithScheduledMethodIsDetected, beanWithSchedulesMethodIsDetected, beanWithoutScheduledMethodIsDetected.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free