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

hasBindMethod() — spring-boot Function Reference

Architecture documentation for the hasBindMethod() function in ConfigurationPropertiesBeanFactoryInitializationAotProcessorTests.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 1 called by 5

Entity Profile

Dependency Diagram

graph TD
  7636f524_bbb6_8f0e_30fa_f4d76d7a2750["hasBindMethod()"]
  65f6adff_8c74_5c59_c0ac_a04c94decfc6["manuallyRegisteredSingletonBindsAsJavaBean()"]
  65f6adff_8c74_5c59_c0ac_a04c94decfc6 -->|calls| 7636f524_bbb6_8f0e_30fa_f4d76d7a2750
  a83ce51a_283b_fc42_022b_b955d65c4a5a["javaBeanConfigurationPropertiesBindAsJavaBean()"]
  a83ce51a_283b_fc42_022b_b955d65c4a5a -->|calls| 7636f524_bbb6_8f0e_30fa_f4d76d7a2750
  9e169cb6_3f71_1da6_2186_87fbdc223488["constructorBindingConfigurationPropertiesBindAsValueObject()"]
  9e169cb6_3f71_1da6_2186_87fbdc223488 -->|calls| 7636f524_bbb6_8f0e_30fa_f4d76d7a2750
  16d35288_23d2_02b4_0995_57c303a1e79c["possibleConstructorBindingPropertiesDefinedThroughBeanMethodBindAsJavaBean()"]
  16d35288_23d2_02b4_0995_57c303a1e79c -->|calls| 7636f524_bbb6_8f0e_30fa_f4d76d7a2750
  6f62d0a9_d1da_a8ba_4ea8_fe0b6d74db73["possibleConstructorBindingPropertiesDefinedThroughEnabledAnnotationBindAsValueObject()"]
  6f62d0a9_d1da_a8ba_4ea8_fe0b6d74db73 -->|calls| 7636f524_bbb6_8f0e_30fa_f4d76d7a2750
  72ef994e_68af_b04d_cc4a_3a4530618274["getBindMethod()"]
  7636f524_bbb6_8f0e_30fa_f4d76d7a2750 -->|calls| 72ef994e_68af_b04d_cc4a_3a4530618274
  style 7636f524_bbb6_8f0e_30fa_f4d76d7a2750 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/properties/ConfigurationPropertiesBeanFactoryInitializationAotProcessorTests.java lines 244–251

		BindableAssert hasBindMethod(BindMethod bindMethod) {
			if (this.actual.getBindMethod() != bindMethod) {
				throwAssertionError(
						new BasicErrorMessageFactory("Expected %s to have bind method %s but bind method was %s",
								this.actual, bindMethod, this.actual.getBindMethod()));
			}
			return this;
		}

Domain

Subdomains

Frequently Asked Questions

What does hasBindMethod() do?
hasBindMethod() is a function in the spring-boot codebase.
What does hasBindMethod() call?
hasBindMethod() calls 1 function(s): getBindMethod.
What calls hasBindMethod()?
hasBindMethod() is called by 5 function(s): constructorBindingConfigurationPropertiesBindAsValueObject, javaBeanConfigurationPropertiesBindAsJavaBean, manuallyRegisteredSingletonBindsAsJavaBean, possibleConstructorBindingPropertiesDefinedThroughBeanMethodBindAsJavaBean, possibleConstructorBindingPropertiesDefinedThroughEnabledAnnotationBindAsValueObject.

Analyze Your Own Codebase

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

Try Supermodel Free