refresh() — spring-boot Function Reference
Architecture documentation for the refresh() function in SpringApplication.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 7a4a5428_a780_c72f_503a_9ef35293b395["refresh()"] 6d6363fb_f206_a832_888e_e3a9a436a37a["refreshContext()"] 6d6363fb_f206_a832_888e_e3a9a436a37a -->|calls| 7a4a5428_a780_c72f_503a_9ef35293b395 ba6fef92_1e35_fe47_1949_f3b5d0049f8b["shouldPublishLifecycleEvents()"] ba6fef92_1e35_fe47_1949_f3b5d0049f8b -->|calls| 7a4a5428_a780_c72f_503a_9ef35293b395 f33ddcb0_16b1_a3f3_43af_0d48e507f081["loadWhenHasPostConstructShouldTriggerPostConstructWithBoundBean()"] f33ddcb0_16b1_a3f3_43af_0d48e507f081 -->|calls| 7a4a5428_a780_c72f_503a_9ef35293b395 ad8f4a9e_8dbe_56e8_ba51_25302732e186["loadShouldNotInitializeFactoryBeans()"] ad8f4a9e_8dbe_56e8_ba51_25302732e186 -->|calls| 7a4a5428_a780_c72f_503a_9ef35293b395 be6340bd_6938_0eab_25ca_fe02a7915219["testRebindableConfigurationProperties()"] be6340bd_6938_0eab_25ca_fe02a7915219 -->|calls| 7a4a5428_a780_c72f_503a_9ef35293b395 2f87d28d_ad71_cea6_ef96_5f2cebc53469["testPropertySourcesPlaceholderConfigurerShouldSupportRebindableConfigurationProperties()"] 2f87d28d_ad71_cea6_ef96_5f2cebc53469 -->|calls| 7a4a5428_a780_c72f_503a_9ef35293b395 b9ad793a_aa6b_029b_6ae2_a51484d4a2fa["customProtocolResolverIsInvoked()"] b9ad793a_aa6b_029b_6ae2_a51484d4a2fa -->|calls| 7a4a5428_a780_c72f_503a_9ef35293b395 adb8afea_1de5_578e_71a1_b6e325f8a9ea["customProtocolResolver()"] adb8afea_1de5_578e_71a1_b6e325f8a9ea -->|calls| 7a4a5428_a780_c72f_503a_9ef35293b395 2823b4b9_03f5_60e4_fa5c_43f6067724ba["loadShouldUseStringConverterBeanWhenValueIsCharSequence()"] 2823b4b9_03f5_60e4_fa5c_43f6067724ba -->|calls| 7a4a5428_a780_c72f_503a_9ef35293b395 05d207ba_cdfc_1f3b_359f_89b70a0aec4e["load()"] 05d207ba_cdfc_1f3b_359f_89b70a0aec4e -->|calls| 7a4a5428_a780_c72f_503a_9ef35293b395 bcfb8189_57e6_070e_8305_b39517e07220["initializeWhenUsingSupplierDecorates()"] bcfb8189_57e6_070e_8305_b39517e07220 -->|calls| 7a4a5428_a780_c72f_503a_9ef35293b395 ed5f9fec_d583_2af5_a359_a10d51e9b01c["canBeUsedInApplicationContext()"] ed5f9fec_d583_2af5_a359_a10d51e9b01c -->|calls| 7a4a5428_a780_c72f_503a_9ef35293b395 25e85c3c_ab2b_a983_fa8c_00a077a912c2["canBeUsedInNonGenericApplicationContext()"] 25e85c3c_ab2b_a983_fa8c_00a077a912c2 -->|calls| 7a4a5428_a780_c72f_503a_9ef35293b395 style 7a4a5428_a780_c72f_503a_9ef35293b395 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/SpringApplication.java lines 755–757
protected void refresh(ConfigurableApplicationContext applicationContext) {
applicationContext.refresh();
}
Domain
Subdomains
Called By
- canBeUsedInApplicationContext()
- canBeUsedInNonGenericApplicationContext()
- customProtocolResolver()
- customProtocolResolverIsInvoked()
- initializeWhenUsingSupplierDecorates()
- load()
- loadShouldNotInitializeFactoryBeans()
- loadShouldUseStringConverterBeanWhenValueIsCharSequence()
- loadWhenHasPostConstructShouldTriggerPostConstructWithBoundBean()
- refreshContext()
- shouldPublishLifecycleEvents()
- testPropertySourcesPlaceholderConfigurerShouldSupportRebindableConfigurationProperties()
- testRebindableConfigurationProperties()
Source
Frequently Asked Questions
What does refresh() do?
refresh() is a function in the spring-boot codebase.
What calls refresh()?
refresh() is called by 13 function(s): canBeUsedInApplicationContext, canBeUsedInNonGenericApplicationContext, customProtocolResolver, customProtocolResolverIsInvoked, initializeWhenUsingSupplierDecorates, load, loadShouldNotInitializeFactoryBeans, loadShouldUseStringConverterBeanWhenValueIsCharSequence, and 5 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free