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

configure() — spring-boot Function Reference

Architecture documentation for the configure() function in DynamicRegistrationBean.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  0a08ee80_bb03_21e8_9b01_a29581801f16["configure()"]
  b213c62d_d424_664f_1d67_17f6749573c5["register()"]
  b213c62d_d424_664f_1d67_17f6749573c5 -->|calls| 0a08ee80_bb03_21e8_9b01_a29581801f16
  62d8aa9e_b82f_64dc_48af_ec7ea0f39d1c["setAsyncSupported()"]
  0a08ee80_bb03_21e8_9b01_a29581801f16 -->|calls| 62d8aa9e_b82f_64dc_48af_ec7ea0f39d1c
  621d349e_26de_2921_5299_c73b0733662d["setInitParameters()"]
  0a08ee80_bb03_21e8_9b01_a29581801f16 -->|calls| 621d349e_26de_2921_5299_c73b0733662d
  style 0a08ee80_bb03_21e8_9b01_a29581801f16 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/web/servlet/DynamicRegistrationBean.java lines 145–150

	protected void configure(D registration) {
		registration.setAsyncSupported(this.asyncSupported);
		if (!this.initParameters.isEmpty()) {
			registration.setInitParameters(this.initParameters);
		}
	}

Domain

Subdomains

Calls

  • setAsyncSupported()
  • setInitParameters()

Called By

  • register()

Frequently Asked Questions

What does configure() do?
configure() is a function in the spring-boot codebase.
What does configure() call?
configure() calls 2 function(s): setAsyncSupported, setInitParameters.
What calls configure()?
configure() is called by 1 function(s): register.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free