whenNotNull() — spring-boot Function Reference
Architecture documentation for the whenNotNull() function in JsonWriter.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 09510782_bfd4_cf98_4905_11e27292b669["whenNotNull()"] 35eb7ecf_9392_fb71_cf15_2f2d3e61ddac["jsonMembers()"] 35eb7ecf_9392_fb71_cf15_2f2d3e61ddac -->|calls| 09510782_bfd4_cf98_4905_11e27292b669 7fa92d99_0da1_5633_f56b_efa41f69ecd2["jsonMembers()"] 7fa92d99_0da1_5633_f56b_efa41f69ecd2 -->|calls| 09510782_bfd4_cf98_4905_11e27292b669 75496d00_7024_ed2c_4692_efa8cf331f12["throwableMembers()"] 75496d00_7024_ed2c_4692_efa8cf331f12 -->|calls| 09510782_bfd4_cf98_4905_11e27292b669 383f0635_f335_ef43_904a_eb4c52285572["jsonMembers()"] 383f0635_f335_ef43_904a_eb4c52285572 -->|calls| 09510782_bfd4_cf98_4905_11e27292b669 8746d624_5b44_ba47_84d3_75bf3d589a2d["jsonMembers()"] 8746d624_5b44_ba47_84d3_75bf3d589a2d -->|calls| 09510782_bfd4_cf98_4905_11e27292b669 67ed7d7a_5484_7c52_e419_f0bc9ea9b07e["jsonMembers()"] 67ed7d7a_5484_7c52_e419_f0bc9ea9b07e -->|calls| 09510782_bfd4_cf98_4905_11e27292b669 26f934f9_8400_ac5b_355a_4e6b731fff3b["jsonMembers()"] 26f934f9_8400_ac5b_355a_4e6b731fff3b -->|calls| 09510782_bfd4_cf98_4905_11e27292b669 799878d3_171a_6420_35ef_9b1176e2d5e6["when()"] 09510782_bfd4_cf98_4905_11e27292b669 -->|calls| 799878d3_171a_6420_35ef_9b1176e2d5e6 style 09510782_bfd4_cf98_4905_11e27292b669 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/json/JsonWriter.java lines 391–393
public Member<T> whenNotNull() {
return when(Objects::nonNull);
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does whenNotNull() do?
whenNotNull() is a function in the spring-boot codebase.
What does whenNotNull() call?
whenNotNull() calls 1 function(s): when.
What calls whenNotNull()?
whenNotNull() is called by 7 function(s): jsonMembers, jsonMembers, jsonMembers, jsonMembers, jsonMembers, jsonMembers, throwableMembers.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free