aotContributedInitializerBindsScannedValueObject() — spring-boot Function Reference
Architecture documentation for the aotContributedInitializerBindsScannedValueObject() function in ConfigurationPropertiesBeanRegistrationAotProcessorTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD fb87ec2a_2a2a_6f4e_ae3e_5522c24e7688["aotContributedInitializerBindsScannedValueObject()"] 6618d3a9_ddb1_239d_57b4_ec3e825ef29e["compile()"] fb87ec2a_2a2a_6f4e_ae3e_5522c24e7688 -->|calls| 6618d3a9_ddb1_239d_57b4_ec3e825ef29e 5c73e6f2_8975_0b4d_3e5c_cb8bfa7770e3["createContext()"] fb87ec2a_2a2a_6f4e_ae3e_5522c24e7688 -->|calls| 5c73e6f2_8975_0b4d_3e5c_cb8bfa7770e3 831b6bb0_e621_1c66_48e9_ed954439978a["getName()"] fb87ec2a_2a2a_6f4e_ae3e_5522c24e7688 -->|calls| 831b6bb0_e621_1c66_48e9_ed954439978a style fb87ec2a_2a2a_6f4e_ae3e_5522c24e7688 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/properties/ConfigurationPropertiesBeanRegistrationAotProcessorTests.java lines 129–138
@Test
@CompileWithForkedClassLoader
void aotContributedInitializerBindsScannedValueObject() {
compile(createContext(ScanTestConfiguration.class), (freshContext) -> {
TestPropertySourceUtils.addInlinedPropertiesToEnvironment(freshContext, "b.first.name=Hello");
freshContext.refresh();
BFirstProperties bean = freshContext.getBean(BFirstProperties.class);
assertThat(bean.getName()).isEqualTo("Hello");
});
}
Domain
Subdomains
Source
Frequently Asked Questions
What does aotContributedInitializerBindsScannedValueObject() do?
aotContributedInitializerBindsScannedValueObject() is a function in the spring-boot codebase.
What does aotContributedInitializerBindsScannedValueObject() call?
aotContributedInitializerBindsScannedValueObject() calls 3 function(s): compile, createContext, getName.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free