methodsNamed() — spring-boot Function Reference
Architecture documentation for the methodsNamed() function in TaskConfigurationAvoidanceTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 3ca9cc7c_a6a6_db7e_2f25_87a6d28a82c6["methodsNamed()"] d2a7bae7_bd2e_c43f_c689_f1370a8ca6cb["noApisThatCauseEagerTaskConfigurationShouldBeCalled()"] d2a7bae7_bd2e_c43f_c689_f1370a8ca6cb -->|calls| 3ca9cc7c_a6a6_db7e_2f25_87a6d28a82c6 c55cb74a_0b50_5ae5_1401_95ce3d900bf7["ProhibitMethodsNamed()"] 3ca9cc7c_a6a6_db7e_2f25_87a6d28a82c6 -->|calls| c55cb74a_0b50_5ae5_1401_95ce3d900bf7 style 3ca9cc7c_a6a6_db7e_2f25_87a6d28a82c6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/TaskConfigurationAvoidanceTests.java lines 95–100
private ProhibitedConfigurer methodsNamed(String... names) {
for (String name : names) {
ProhibitedMethods.this.prohibited.add(new ProhibitMethodsNamed(this.type, name));
}
return this;
}
Domain
Subdomains
Calls
- ProhibitMethodsNamed()
Source
Frequently Asked Questions
What does methodsNamed() do?
methodsNamed() is a function in the spring-boot codebase.
What does methodsNamed() call?
methodsNamed() calls 1 function(s): ProhibitMethodsNamed.
What calls methodsNamed()?
methodsNamed() is called by 1 function(s): noApisThatCauseEagerTaskConfigurationShouldBeCalled.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free