assertThat() — spring-boot Function Reference
Architecture documentation for the assertThat() function in ConfigurationPropertiesBeanFactoryInitializationAotProcessorTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 433fe623_b34a_4894_0077_d30923119ba2["assertThat()"] 69b11c53_8125_b513_d9df_d6651d12bd7f["configurationPropertiesBeanFactoryInitializationAotProcessorIsRegistered()"] 69b11c53_8125_b513_d9df_d6651d12bd7f -->|calls| 433fe623_b34a_4894_0077_d30923119ba2 73d53a30_2088_270c_0e3b_b5eaf80bb902["processNoMatchesReturnsNullContribution()"] 73d53a30_2088_270c_0e3b_b5eaf80bb902 -->|calls| 433fe623_b34a_4894_0077_d30923119ba2 65f6adff_8c74_5c59_c0ac_a04c94decfc6["manuallyRegisteredSingletonBindsAsJavaBean()"] 65f6adff_8c74_5c59_c0ac_a04c94decfc6 -->|calls| 433fe623_b34a_4894_0077_d30923119ba2 a83ce51a_283b_fc42_022b_b955d65c4a5a["javaBeanConfigurationPropertiesBindAsJavaBean()"] a83ce51a_283b_fc42_022b_b955d65c4a5a -->|calls| 433fe623_b34a_4894_0077_d30923119ba2 9e169cb6_3f71_1da6_2186_87fbdc223488["constructorBindingConfigurationPropertiesBindAsValueObject()"] 9e169cb6_3f71_1da6_2186_87fbdc223488 -->|calls| 433fe623_b34a_4894_0077_d30923119ba2 16d35288_23d2_02b4_0995_57c303a1e79c["possibleConstructorBindingPropertiesDefinedThroughBeanMethodBindAsJavaBean()"] 16d35288_23d2_02b4_0995_57c303a1e79c -->|calls| 433fe623_b34a_4894_0077_d30923119ba2 6f62d0a9_d1da_a8ba_4ea8_fe0b6d74db73["possibleConstructorBindingPropertiesDefinedThroughEnabledAnnotationBindAsValueObject()"] 6f62d0a9_d1da_a8ba_4ea8_fe0b6d74db73 -->|calls| 433fe623_b34a_4894_0077_d30923119ba2 c23a4cdf_6a63_14a9_92cd_deb5bbba5a91["singleBindable()"] c23a4cdf_6a63_14a9_92cd_deb5bbba5a91 -->|calls| 433fe623_b34a_4894_0077_d30923119ba2 0b741d2e_63e2_c6ea_a6dd_4a15a3a021ac["BindableAssert()"] 433fe623_b34a_4894_0077_d30923119ba2 -->|calls| 0b741d2e_63e2_c6ea_a6dd_4a15a3a021ac style 433fe623_b34a_4894_0077_d30923119ba2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/properties/ConfigurationPropertiesBeanFactoryInitializationAotProcessorTests.java lines 231–234
@Override
public BindableAssert assertThat() {
return new BindableAssert(this.bindable);
}
Domain
Subdomains
Calls
- BindableAssert()
Called By
- configurationPropertiesBeanFactoryInitializationAotProcessorIsRegistered()
- constructorBindingConfigurationPropertiesBindAsValueObject()
- javaBeanConfigurationPropertiesBindAsJavaBean()
- manuallyRegisteredSingletonBindsAsJavaBean()
- possibleConstructorBindingPropertiesDefinedThroughBeanMethodBindAsJavaBean()
- possibleConstructorBindingPropertiesDefinedThroughEnabledAnnotationBindAsValueObject()
- processNoMatchesReturnsNullContribution()
- singleBindable()
Source
Frequently Asked Questions
What does assertThat() do?
assertThat() is a function in the spring-boot codebase.
What does assertThat() call?
assertThat() calls 1 function(s): BindableAssert.
What calls assertThat()?
assertThat() is called by 8 function(s): configurationPropertiesBeanFactoryInitializationAotProcessorIsRegistered, constructorBindingConfigurationPropertiesBindAsValueObject, javaBeanConfigurationPropertiesBindAsJavaBean, manuallyRegisteredSingletonBindsAsJavaBean, possibleConstructorBindingPropertiesDefinedThroughBeanMethodBindAsJavaBean, possibleConstructorBindingPropertiesDefinedThroughEnabledAnnotationBindAsValueObject, processNoMatchesReturnsNullContribution, singleBindable.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free