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

method() — spring-boot Function Reference

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

Function java GradlePlugin DslExtensions calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  3d6c3606_287b_d08f_474a_4955f0294b7b["method()"]
  d2a7bae7_bd2e_c43f_c689_f1370a8ca6cb["noApisThatCauseEagerTaskConfigurationShouldBeCalled()"]
  d2a7bae7_bd2e_c43f_c689_f1370a8ca6cb -->|calls| 3d6c3606_287b_d08f_474a_4955f0294b7b
  96c2b7db_fc00_e62f_98b8_b4756ed3f235["ProhibitMethod()"]
  3d6c3606_287b_d08f_474a_4955f0294b7b -->|calls| 96c2b7db_fc00_e62f_98b8_b4756ed3f235
  style 3d6c3606_287b_d08f_474a_4955f0294b7b 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 102–106

			private ProhibitedConfigurer method(String name, Class<?>... parameterTypes) {
				ProhibitedMethods.this.prohibited
					.add(new ProhibitMethod(this.type, name, Arrays.asList(parameterTypes)));
				return this;
			}

Domain

Subdomains

Calls

  • ProhibitMethod()

Frequently Asked Questions

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