getProperty() — spring-boot Function Reference
Architecture documentation for the getProperty() function in CloudFoundryVcapEnvironmentPostProcessorTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 730d0ed1_f486_00e1_db86_805a31974e5e["getProperty()"] e3a4e896_d5e4_4e2c_4b64_f737922f695e["testApplicationProperties()"] e3a4e896_d5e4_4e2c_4b64_f737922f695e -->|calls| 730d0ed1_f486_00e1_db86_805a31974e5e 052e7e6a_9a38_1f13_cc3e_786103c80189["testApplicationUris()"] 052e7e6a_9a38_1f13_cc3e_786103c80189 -->|calls| 730d0ed1_f486_00e1_db86_805a31974e5e 33b8916a_b1be_0633_3f75_2c49dc32bb02["testUnparseableApplicationProperties()"] 33b8916a_b1be_0633_3f75_2c49dc32bb02 -->|calls| 730d0ed1_f486_00e1_db86_805a31974e5e 295e3397_e8bb_f66e_a56c_169fa117edb0["testNullApplicationProperties()"] 295e3397_e8bb_f66e_a56c_169fa117edb0 -->|calls| 730d0ed1_f486_00e1_db86_805a31974e5e d5726134_4503_a6f5_7415_2b9d9756f5f1["testServiceProperties()"] d5726134_4503_a6f5_7415_2b9d9756f5f1 -->|calls| 730d0ed1_f486_00e1_db86_805a31974e5e 8ebc0916_1902_b3bf_9acc_f712e576e84b["testServicePropertiesWithoutNA()"] 8ebc0916_1902_b3bf_9acc_f712e576e84b -->|calls| 730d0ed1_f486_00e1_db86_805a31974e5e style 730d0ed1_f486_00e1_db86_805a31974e5e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/cloud/CloudFoundryVcapEnvironmentPostProcessorTests.java lines 133–135
private @Nullable String getProperty(String key) {
return this.context.getEnvironment().getProperty(key);
}
Domain
Subdomains
Called By
- testApplicationProperties()
- testApplicationUris()
- testNullApplicationProperties()
- testServiceProperties()
- testServicePropertiesWithoutNA()
- testUnparseableApplicationProperties()
Source
Frequently Asked Questions
What does getProperty() do?
getProperty() is a function in the spring-boot codebase.
What calls getProperty()?
getProperty() is called by 6 function(s): testApplicationProperties, testApplicationUris, testNullApplicationProperties, testServiceProperties, testServicePropertiesWithoutNA, testUnparseableApplicationProperties.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free