resetContext() — spring-boot Function Reference
Architecture documentation for the resetContext() function in ConfigurationPropertiesTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 4fdbdd28_a367_b445_5d6f_fde7e86fd305["resetContext()"] 220934e9_97fd_3778_0072_be0fc30e88b0["bindToEnum()"] 220934e9_97fd_3778_0072_be0fc30e88b0 -->|calls| 4fdbdd28_a367_b445_5d6f_fde7e86fd305 281dc443_32ad_ecce_c3a9_27f5693c7300["bindToEnumSet()"] 281dc443_32ad_ecce_c3a9_27f5693c7300 -->|calls| 4fdbdd28_a367_b445_5d6f_fde7e86fd305 7dbdd22f_6929_2540_3475_c564a673879d["close()"] 4fdbdd28_a367_b445_5d6f_fde7e86fd305 -->|calls| 7dbdd22f_6929_2540_3475_c564a673879d style 4fdbdd28_a367_b445_5d6f_fde7e86fd305 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/properties/ConfigurationPropertiesTests.java lines 1357–1360
private void resetContext() {
this.context.close();
this.context = new AnnotationConfigApplicationContext();
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does resetContext() do?
resetContext() is a function in the spring-boot codebase.
What does resetContext() call?
resetContext() calls 1 function(s): close.
What calls resetContext()?
resetContext() is called by 2 function(s): bindToEnum, bindToEnumSet.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free