configurePlugin() — spring-boot Function Reference
Architecture documentation for the configurePlugin() function in CyclonedxPluginAction.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD bfadadef_bd60_7887_a4d1_d63284b8c538["configurePlugin()"] 1f2080d0_a19b_37db_59a2_c119c7cfa463["configureJavaPlugin()"] 1f2080d0_a19b_37db_59a2_c119c7cfa463 -->|calls| bfadadef_bd60_7887_a4d1_d63284b8c538 70f5e767_6d53_4bef_185a_5fa95de418a2["configureSpringBootPlugin()"] 70f5e767_6d53_4bef_185a_5fa95de418a2 -->|calls| bfadadef_bd60_7887_a4d1_d63284b8c538 style bfadadef_bd60_7887_a4d1_d63284b8c538 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/CyclonedxPluginAction.java lines 130–132
private <T extends Plugin<?>> void configurePlugin(Project project, Class<T> plugin, Action<T> action) {
project.getPlugins().withType(plugin, action);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does configurePlugin() do?
configurePlugin() is a function in the spring-boot codebase.
What calls configurePlugin()?
configurePlugin() is called by 2 function(s): configureJavaPlugin, configureSpringBootPlugin.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free