getApplication() — spring-boot Function Reference
Architecture documentation for the getApplication() function in SpringApplicationJsonEnvironmentPostProcessorTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 50642f05_3c82_223c_7bfc_55efafc1bfba["getApplication()"] 44b96117_4f4d_57b0_dc0e_8ff9a1e29afe["error()"] 44b96117_4f4d_57b0_dc0e_8ff9a1e29afe -->|calls| 50642f05_3c82_223c_7bfc_55efafc1bfba d7d1dcb8_1888_2174_2933_f65618bb2bef["missing()"] d7d1dcb8_1888_2174_2933_f65618bb2bef -->|calls| 50642f05_3c82_223c_7bfc_55efafc1bfba d332621d_a041_2048_d7ec_0ddebd892f9b["empty()"] d332621d_a041_2048_d7ec_0ddebd892f9b -->|calls| 50642f05_3c82_223c_7bfc_55efafc1bfba 9553c2bd_b750_18e7_6932_91fe4085dc1b["periodSeparated()"] 9553c2bd_b750_18e7_6932_91fe4085dc1b -->|calls| 50642f05_3c82_223c_7bfc_55efafc1bfba 8dbcba1d_1850_9e5e_1992_c9b1a8a6b536["envVar()"] 8dbcba1d_1850_9e5e_1992_c9b1a8a6b536 -->|calls| 50642f05_3c82_223c_7bfc_55efafc1bfba 6bddd83f_f036_c04e_a286_8bf83317aae9["nested()"] 6bddd83f_f036_c04e_a286_8bf83317aae9 -->|calls| 50642f05_3c82_223c_7bfc_55efafc1bfba 29983121_53a3_d6bc_8392_c0dc382e9b7f["prefixed()"] 29983121_53a3_d6bc_8392_c0dc382e9b7f -->|calls| 50642f05_3c82_223c_7bfc_55efafc1bfba 0a80095d_28e0_96c2_bd65_397fd0a491d9["list()"] 0a80095d_28e0_96c2_bd65_397fd0a491d9 -->|calls| 50642f05_3c82_223c_7bfc_55efafc1bfba 7a88b48a_8ede_e849_70c8_4c638b50c26f["listOfObject()"] 7a88b48a_8ede_e849_70c8_4c638b50c26f -->|calls| 50642f05_3c82_223c_7bfc_55efafc1bfba 645e9a53_c782_2686_2b7d_4044fa109216["propertySourceShouldTrackOrigin()"] 645e9a53_c782_2686_2b7d_4044fa109216 -->|calls| 50642f05_3c82_223c_7bfc_55efafc1bfba df1f257f_9040_91c6_c5dd_ddb7e02f2d5e["propertySourceOrderingWhenMultipleServletSpecificPropertySources()"] df1f257f_9040_91c6_c5dd_ddb7e02f2d5e -->|calls| 50642f05_3c82_223c_7bfc_55efafc1bfba 9d6d2551_b429_3d26_0b30_6a366626d77c["nullValuesShouldBeAddedToPropertySource()"] 9d6d2551_b429_3d26_0b30_6a366626d77c -->|calls| 50642f05_3c82_223c_7bfc_55efafc1bfba 6d01928c_8cab_20af_0547_83a03c6f78ec["emptyValuesForCollectionShouldNotBeIgnored()"] 6d01928c_8cab_20af_0547_83a03c6f78ec -->|calls| 50642f05_3c82_223c_7bfc_55efafc1bfba bbf9b3fe_6016_2001_a86b_2328852a64e0["emptyMapValuesShouldNotBeIgnored()"] bbf9b3fe_6016_2001_a86b_2328852a64e0 -->|calls| 50642f05_3c82_223c_7bfc_55efafc1bfba style 50642f05_3c82_223c_7bfc_55efafc1bfba fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/support/SpringApplicationJsonEnvironmentPostProcessorTests.java lines 210–212
private SpringApplication getApplication() {
return new SpringApplication();
}
Domain
Subdomains
Calls
Called By
- empty()
- emptyMapValuesShouldNotBeIgnored()
- emptyValuesForCollectionShouldNotBeIgnored()
- envVar()
- error()
- list()
- listOfObject()
- missing()
- nested()
- nullValuesShouldBeAddedToPropertySource()
- periodSeparated()
- prefixed()
- propertySourceOrderingWhenMultipleServletSpecificPropertySources()
- propertySourceShouldTrackOrigin()
- testServletPropertySource()
Source
Frequently Asked Questions
What does getApplication() do?
getApplication() is a function in the spring-boot codebase.
What does getApplication() call?
getApplication() calls 1 function(s): SpringApplication.
What calls getApplication()?
getApplication() is called by 15 function(s): empty, emptyMapValuesShouldNotBeIgnored, emptyValuesForCollectionShouldNotBeIgnored, envVar, error, list, listOfObject, missing, and 7 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free