jsonMembers() — spring-boot Function Reference
Architecture documentation for the jsonMembers() function in GraylogExtendedLogFormatProperties.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 00081c88_0ee6_5234_dddb_f24292a5289b["jsonMembers()"] 68483afa_0e52_64ee_3905_33a256322ad3["jsonMembers()"] 68483afa_0e52_64ee_3905_33a256322ad3 -->|calls| 00081c88_0ee6_5234_dddb_f24292a5289b 7fa92d99_0da1_5633_f56b_efa41f69ecd2["jsonMembers()"] 7fa92d99_0da1_5633_f56b_efa41f69ecd2 -->|calls| 00081c88_0ee6_5234_dddb_f24292a5289b 68483afa_0e52_64ee_3905_33a256322ad3["jsonMembers()"] 00081c88_0ee6_5234_dddb_f24292a5289b -->|calls| 68483afa_0e52_64ee_3905_33a256322ad3 d0d59b0c_56d4_a304_dc9e_100c37a66c83["add()"] 00081c88_0ee6_5234_dddb_f24292a5289b -->|calls| d0d59b0c_56d4_a304_dc9e_100c37a66c83 f48a50d1_ddbc_22d1_6b49_38fc95f9d284["whenHasLength()"] 00081c88_0ee6_5234_dddb_f24292a5289b -->|calls| f48a50d1_ddbc_22d1_6b49_38fc95f9d284 style 00081c88_0ee6_5234_dddb_f24292a5289b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/logging/structured/GraylogExtendedLogFormatProperties.java lines 61–65
@SuppressWarnings("NullAway") // Doesn't detect lambda with correct nullability
public void jsonMembers(JsonWriter.Members<?> members) {
members.add("host", this::host).whenHasLength();
this.service.jsonMembers(members);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does jsonMembers() do?
jsonMembers() is a function in the spring-boot codebase.
What does jsonMembers() call?
jsonMembers() calls 3 function(s): add, jsonMembers, whenHasLength.
What calls jsonMembers()?
jsonMembers() is called by 2 function(s): jsonMembers, jsonMembers.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free