Home / Function/ on() — spring-boot Function Reference

on() — spring-boot Function Reference

Architecture documentation for the on() function in TaskConfigurationAvoidanceTests.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  7e49e20d_7de2_ce1c_fff6_cf45bfa18412["on()"]
  d2a7bae7_bd2e_c43f_c689_f1370a8ca6cb["noApisThatCauseEagerTaskConfigurationShouldBeCalled()"]
  d2a7bae7_bd2e_c43f_c689_f1370a8ca6cb -->|calls| 7e49e20d_7de2_ce1c_fff6_cf45bfa18412
  0b1635f5_efb6_0186_b6cb_f2581e054aaa["ProhibitedConfigurer()"]
  7e49e20d_7de2_ce1c_fff6_cf45bfa18412 -->|calls| 0b1635f5_efb6_0186_b6cb_f2581e054aaa
  style 7e49e20d_7de2_ce1c_fff6_cf45bfa18412 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 73–75

		private ProhibitedConfigurer on(Class<?> type) {
			return new ProhibitedConfigurer(type);
		}

Domain

Subdomains

Calls

  • ProhibitedConfigurer()

Frequently Asked Questions

What does on() do?
on() is a function in the spring-boot codebase.
What does on() call?
on() calls 1 function(s): ProhibitedConfigurer.
What calls on()?
on() 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