withValue() — spring-boot Function Reference
Architecture documentation for the withValue() function in Metadata.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 4b61c8e3_26fd_ba33_03bc_d518465e0979["withValue()"] 7920cd8e_6b55_b178_e53d_13767973214b["sourceHintIsMergedWithNestedConfigurationProperty()"] 7920cd8e_6b55_b178_e53d_13767973214b -->|calls| 4b61c8e3_26fd_ba33_03bc_d518465e0979 1388faf1_e0ff_8b0c_ef20_40aa1531199e["sourceHintIsMergedWithConfigurationProperties()"] 1388faf1_e0ff_8b0c_ef20_40aa1531199e -->|calls| 4b61c8e3_26fd_ba33_03bc_d518465e0979 7ee18f42_0c8f_5b61_fd38_a5743c7df2c8["simplePropertiesSourceWithAdditionalMetadataHintIsMerged()"] 7ee18f42_0c8f_5b61_fd38_a5743c7df2c8 -->|calls| 4b61c8e3_26fd_ba33_03bc_d518465e0979 99dd0cb4_f361_775b_c1e5_a2b0e441898c["mergingOfSimpleHint()"] 99dd0cb4_f361_775b_c1e5_a2b0e441898c -->|calls| 4b61c8e3_26fd_ba33_03bc_d518465e0979 f4ba251a_6561_8900_ce4d_61e184bb7f86["mergingOfHintWithNonCanonicalName()"] f4ba251a_6561_8900_ce4d_61e184bb7f86 -->|calls| 4b61c8e3_26fd_ba33_03bc_d518465e0979 f7dc4b88_77b3_243d_3288_387c4650f304["addSingleItemHint()"] f7dc4b88_77b3_243d_3288_387c4650f304 -->|calls| 4b61c8e3_26fd_ba33_03bc_d518465e0979 32addf37_d8cf_f4bd_fc6a_daeed0251868["MetadataHintCondition()"] 4b61c8e3_26fd_ba33_03bc_d518465e0979 -->|calls| 32addf37_d8cf_f4bd_fc6a_daeed0251868 1b72ee42_77f4_6d4d_dca7_07d604bafe53["add()"] 4b61c8e3_26fd_ba33_03bc_d518465e0979 -->|calls| 1b72ee42_77f4_6d4d_dca7_07d604bafe53 0cdf21e9_bdff_7301_e229_9a032e8730c8["ItemHintValueCondition()"] 4b61c8e3_26fd_ba33_03bc_d518465e0979 -->|calls| 0cdf21e9_bdff_7301_e229_9a032e8730c8 style 4b61c8e3_26fd_ba33_03bc_d518465e0979 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
configuration-metadata/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/metadata/Metadata.java lines 290–294
public MetadataHintCondition withValue(int index, Object value, String description) {
return new MetadataHintCondition(this.name,
add(this.valueConditions, new ItemHintValueCondition(index, value, description)),
this.providerConditions);
}
Domain
Subdomains
Calls
- ItemHintValueCondition()
- MetadataHintCondition()
- add()
Called By
Source
Frequently Asked Questions
What does withValue() do?
withValue() is a function in the spring-boot codebase.
What does withValue() call?
withValue() calls 3 function(s): ItemHintValueCondition, MetadataHintCondition, add.
What calls withValue()?
withValue() is called by 6 function(s): addSingleItemHint, mergingOfHintWithNonCanonicalName, mergingOfSimpleHint, simplePropertiesSourceWithAdditionalMetadataHintIsMerged, sourceHintIsMergedWithConfigurationProperties, sourceHintIsMergedWithNestedConfigurationProperty.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free