of() — spring-boot Function Reference
Architecture documentation for the of() function in OriginTrackedValue.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 012c083c_d577_0dd6_ac35_cb2b7360b805["of()"] f4b76c1c_abdc_fe17_d6c1_88412a0633e7["of()"] f4b76c1c_abdc_fe17_d6c1_88412a0633e7 -->|calls| 012c083c_d577_0dd6_ac35_cb2b7360b805 123b63e1_15ae_84bb_22f3_d1146261bcbf["loadValue()"] 123b63e1_15ae_84bb_22f3_d1146261bcbf -->|calls| 012c083c_d577_0dd6_ac35_cb2b7360b805 a2e39e75_487a_79c3_9023_f7251020d602["constructTrackedObject()"] a2e39e75_487a_79c3_9023_f7251020d602 -->|calls| 012c083c_d577_0dd6_ac35_cb2b7360b805 c209e166_88ac_836e_a6fb_14cb55767b46["getPropertyWhenTrackedShouldReturnValue()"] c209e166_88ac_836e_a6fb_14cb55767b46 -->|calls| 012c083c_d577_0dd6_ac35_cb2b7360b805 8b07b07c_85f8_3a05_bf19_e1f4db47bdfe["getPropertyOriginWhenTrackedShouldReturnOrigin()"] 8b07b07c_85f8_3a05_bf19_e1f4db47bdfe -->|calls| 012c083c_d577_0dd6_ac35_cb2b7360b805 dec6e978_683d_a8e4_7ae5_e3e729d3253e["MockConfigurationPropertySource()"] dec6e978_683d_a8e4_7ae5_e3e729d3253e -->|calls| 012c083c_d577_0dd6_ac35_cb2b7360b805 725e97d2_341b_6665_84bc_9206c7185c54["put()"] 725e97d2_341b_6665_84bc_9206c7185c54 -->|calls| 012c083c_d577_0dd6_ac35_cb2b7360b805 47f19321_749f_80cb_17b2_1ad5ae913b15["getConfigurationProperty()"] 47f19321_749f_80cb_17b2_1ad5ae913b15 -->|calls| 012c083c_d577_0dd6_ac35_cb2b7360b805 9c46ea2f_2919_a37b_74d4_85f5993df96f["OriginTrackedCharSequence()"] 012c083c_d577_0dd6_ac35_cb2b7360b805 -->|calls| 9c46ea2f_2919_a37b_74d4_85f5993df96f 48b45e8c_5d05_6e64_312c_91eef85be0a9["OriginTrackedValue()"] 012c083c_d577_0dd6_ac35_cb2b7360b805 -->|calls| 48b45e8c_5d05_6e64_312c_91eef85be0a9 style 012c083c_d577_0dd6_ac35_cb2b7360b805 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/origin/OriginTrackedValue.java lines 75–78
@Contract("!null -> !null")
public static @Nullable OriginTrackedValue of(@Nullable Object value) {
return of(value, null);
}
Domain
Subdomains
Calls
- OriginTrackedCharSequence()
- OriginTrackedValue()
Called By
- MockConfigurationPropertySource()
- constructTrackedObject()
- getConfigurationProperty()
- getPropertyOriginWhenTrackedShouldReturnOrigin()
- getPropertyWhenTrackedShouldReturnValue()
- loadValue()
- of()
- put()
Source
Frequently Asked Questions
What does of() do?
of() is a function in the spring-boot codebase.
What does of() call?
of() calls 2 function(s): OriginTrackedCharSequence, OriginTrackedValue.
What calls of()?
of() is called by 8 function(s): MockConfigurationPropertySource, constructTrackedObject, getConfigurationProperty, getPropertyOriginWhenTrackedShouldReturnOrigin, getPropertyWhenTrackedShouldReturnValue, loadValue, of, put.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free