getProperty() — spring-boot Function Reference
Architecture documentation for the getProperty() function in ConfigurationPropertySourcesPropertyResolverTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 939a6a16_a09a_0762_6ee9_ff1d628c537f["getProperty()"] 3a6b6587_7247_a588_1ef7_36ae2e6d1017["standardPropertyResolverResolvesMultipleTimes()"] 3a6b6587_7247_a588_1ef7_36ae2e6d1017 -->|calls| 939a6a16_a09a_0762_6ee9_ff1d628c537f 50a29df5_9fd6_6bdd_7422_a3b17fa263a1["configurationPropertySourcesPropertyResolverResolvesSingleTime()"] 50a29df5_9fd6_6bdd_7422_a3b17fa263a1 -->|calls| 939a6a16_a09a_0762_6ee9_ff1d628c537f 5adf3627_6875_45dd_7fa4_57e500acd3c4["getPropertyWhenValidConfigurationPropertyName()"] 5adf3627_6875_45dd_7fa4_57e500acd3c4 -->|calls| 939a6a16_a09a_0762_6ee9_ff1d628c537f 991f9f4e_2784_ea2e_7b8d_eee13508c2d6["getPropertyWhenNotValidConfigurationPropertyName()"] 991f9f4e_2784_ea2e_7b8d_eee13508c2d6 -->|calls| 939a6a16_a09a_0762_6ee9_ff1d628c537f dc5cf04b_34b8_79ce_0c3c_15dbda7f7b38["getPropertyWhenNotAttached()"] dc5cf04b_34b8_79ce_0c3c_15dbda7f7b38 -->|calls| 939a6a16_a09a_0762_6ee9_ff1d628c537f e443f6f8_0c79_1ebd_fe8b_9d8f6807c107["getPropertyAsTypeWhenHasPlaceholder()"] e443f6f8_0c79_1ebd_fe8b_9d8f6807c107 -->|calls| 939a6a16_a09a_0762_6ee9_ff1d628c537f 02adfb7b_5957_876f_d071_a112d563a639["throwsInvalidConfigurationPropertyValueExceptionWhenGetPropertyAsTypeFailsToConvert()"] 02adfb7b_5957_876f_d071_a112d563a639 -->|calls| 939a6a16_a09a_0762_6ee9_ff1d628c537f d9250c13_8856_144d_9932_afa90f7e4281["incrementCount()"] 939a6a16_a09a_0762_6ee9_ff1d628c537f -->|calls| d9250c13_8856_144d_9932_afa90f7e4281 style 939a6a16_a09a_0762_6ee9_ff1d628c537f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/properties/source/ConfigurationPropertySourcesPropertyResolverTests.java lines 168–172
@Override
public @Nullable Object getProperty(String name) {
incrementCount(name);
return super.getProperty(name);
}
Domain
Subdomains
Calls
- incrementCount()
Called By
- configurationPropertySourcesPropertyResolverResolvesSingleTime()
- getPropertyAsTypeWhenHasPlaceholder()
- getPropertyWhenNotAttached()
- getPropertyWhenNotValidConfigurationPropertyName()
- getPropertyWhenValidConfigurationPropertyName()
- standardPropertyResolverResolvesMultipleTimes()
- throwsInvalidConfigurationPropertyValueExceptionWhenGetPropertyAsTypeFailsToConvert()
Source
Frequently Asked Questions
What does getProperty() do?
getProperty() is a function in the spring-boot codebase.
What does getProperty() call?
getProperty() calls 1 function(s): incrementCount.
What calls getProperty()?
getProperty() is called by 7 function(s): configurationPropertySourcesPropertyResolverResolvesSingleTime, getPropertyAsTypeWhenHasPlaceholder, getPropertyWhenNotAttached, getPropertyWhenNotValidConfigurationPropertyName, getPropertyWhenValidConfigurationPropertyName, standardPropertyResolverResolvesMultipleTimes, throwsInvalidConfigurationPropertyValueExceptionWhenGetPropertyAsTypeFailsToConvert.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free