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

getBinder() — spring-boot Function Reference

Architecture documentation for the getBinder() function in ConfigDataEnvironmentContributors.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 5 called by 1

Entity Profile

Dependency Diagram

graph TD
  17715051_fd18_5a75_614d_cfcc0d5c4b73["getBinder()"]
  da797194_6f83_fe70_ff18_9406c771d680["getBinder()"]
  da797194_6f83_fe70_ff18_9406c771d680 -->|calls| 17715051_fd18_5a75_614d_cfcc0d5c4b73
  da797194_6f83_fe70_ff18_9406c771d680["getBinder()"]
  17715051_fd18_5a75_614d_cfcc0d5c4b73 -->|calls| da797194_6f83_fe70_ff18_9406c771d680
  7b5e80ee_fdb0_a0ca_27a9_e33db5ec9552["asBinderOptionsSet()"]
  17715051_fd18_5a75_614d_cfcc0d5c4b73 -->|calls| 7b5e80ee_fdb0_a0ca_27a9_e33db5ec9552
  d4749927_5964_6eb4_e248_5ced73ecd1fc["getBinderSources()"]
  17715051_fd18_5a75_614d_cfcc0d5c4b73 -->|calls| d4749927_5964_6eb4_e248_5ced73ecd1fc
  75e3f81a_297b_6871_b5e7_b59eac387686["InactiveSourceChecker()"]
  17715051_fd18_5a75_614d_cfcc0d5c4b73 -->|calls| 75e3f81a_297b_6871_b5e7_b59eac387686
  bdf1886c_19f9_9cc1_5bff_886f1b1e2835["Binder()"]
  17715051_fd18_5a75_614d_cfcc0d5c4b73 -->|calls| bdf1886c_19f9_9cc1_5bff_886f1b1e2835
  style 17715051_fd18_5a75_614d_cfcc0d5c4b73 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/context/config/ConfigDataEnvironmentContributors.java lines 207–209

	Binder getBinder(@Nullable ConfigDataActivationContext activationContext, BinderOption... options) {
		return getBinder(activationContext, NO_CONTRIBUTOR_FILTER, options);
	}

Domain

Subdomains

Calls

  • Binder()
  • InactiveSourceChecker()
  • asBinderOptionsSet()
  • getBinder()
  • getBinderSources()

Called By

  • getBinder()

Frequently Asked Questions

What does getBinder() do?
getBinder() is a function in the spring-boot codebase.
What does getBinder() call?
getBinder() calls 5 function(s): Binder, InactiveSourceChecker, asBinderOptionsSet, getBinder, getBinderSources.
What calls getBinder()?
getBinder() is called by 1 function(s): getBinder.

Analyze Your Own Codebase

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

Try Supermodel Free