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

bind() — spring-boot Function Reference

Architecture documentation for the bind() function in ProfilesValidatorTests.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 4 called by 4

Entity Profile

Dependency Diagram

graph TD
  eac1ce94_4a0e_3e70_0264_037b6c8b083d["bind()"]
  5007137a_3acb_8115_7fa8_78762d3e5a90["validateWhenInvalidThrowsUsefulExceptionMessage()"]
  5007137a_3acb_8115_7fa8_78762d3e5a90 -->|calls| eac1ce94_4a0e_3e70_0264_037b6c8b083d
  239a519f_d7cd_f578_4f08_3876fe4c09f2["validateWhenInvalidStartCharacterThrowsUsefulExceptionMessage()"]
  239a519f_d7cd_f578_4f08_3876fe4c09f2 -->|calls| eac1ce94_4a0e_3e70_0264_037b6c8b083d
  90afa333_d2b9_f81e_3c26_c63852e99c6d["assertValid()"]
  90afa333_d2b9_f81e_3c26_c63852e99c6d -->|calls| eac1ce94_4a0e_3e70_0264_037b6c8b083d
  2fb365e7_8bfd_5e63_ddb3_586722057fc2["assertInvalid()"]
  2fb365e7_8bfd_5e63_ddb3_586722057fc2 -->|calls| eac1ce94_4a0e_3e70_0264_037b6c8b083d
  8297d150_846a_4cc4_47ca_e6d5a70497f3["bind()"]
  eac1ce94_4a0e_3e70_0264_037b6c8b083d -->|calls| 8297d150_846a_4cc4_47ca_e6d5a70497f3
  6b13a440_b8c4_f4d4_0bc2_c932b8debc75["MapConfigurationPropertySource()"]
  eac1ce94_4a0e_3e70_0264_037b6c8b083d -->|calls| 6b13a440_b8c4_f4d4_0bc2_c932b8debc75
  bdf1886c_19f9_9cc1_5bff_886f1b1e2835["Binder()"]
  eac1ce94_4a0e_3e70_0264_037b6c8b083d -->|calls| bdf1886c_19f9_9cc1_5bff_886f1b1e2835
  c90d60de_6e4d_b157_5121_acbc78d427f0["get()"]
  eac1ce94_4a0e_3e70_0264_037b6c8b083d -->|calls| c90d60de_6e4d_b157_5121_acbc78d427f0
  style eac1ce94_4a0e_3e70_0264_037b6c8b083d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/config/ProfilesValidatorTests.java lines 127–129

	private void bind(Map<?, ?> map) {
		bind(map, STRING);
	}

Domain

Subdomains

Called By

  • assertInvalid()
  • assertValid()
  • validateWhenInvalidStartCharacterThrowsUsefulExceptionMessage()
  • validateWhenInvalidThrowsUsefulExceptionMessage()

Frequently Asked Questions

What does bind() do?
bind() is a function in the spring-boot codebase.
What does bind() call?
bind() calls 4 function(s): Binder, MapConfigurationPropertySource, bind, get.
What calls bind()?
bind() is called by 4 function(s): assertInvalid, assertValid, validateWhenInvalidStartCharacterThrowsUsefulExceptionMessage, validateWhenInvalidThrowsUsefulExceptionMessage.

Analyze Your Own Codebase

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

Try Supermodel Free