BindableAssertProvider Class — spring-boot Architecture
Architecture documentation for the BindableAssertProvider class in ConfigurationPropertiesBeanFactoryInitializationAotProcessorTests.java from the spring-boot codebase.
Entity Profile
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/properties/ConfigurationPropertiesBeanFactoryInitializationAotProcessorTests.java lines 223–236
static class BindableAssertProvider implements AssertProvider<BindableAssert> {
private final Bindable<?> bindable;
BindableAssertProvider(Bindable<?> bindable) {
this.bindable = bindable;
}
@Override
public BindableAssert assertThat() {
return new BindableAssert(this.bindable);
}
}
Domain
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free