Home / Function/ jsonMembers() — spring-boot Function Reference

jsonMembers() — spring-boot Function Reference

Architecture documentation for the jsonMembers() function in GraylogExtendedLogFormatProperties.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 3 called by 1

Entity Profile

Dependency Diagram

graph TD
  68483afa_0e52_64ee_3905_33a256322ad3["jsonMembers()"]
  00081c88_0ee6_5234_dddb_f24292a5289b["jsonMembers()"]
  00081c88_0ee6_5234_dddb_f24292a5289b -->|calls| 68483afa_0e52_64ee_3905_33a256322ad3
  00081c88_0ee6_5234_dddb_f24292a5289b["jsonMembers()"]
  68483afa_0e52_64ee_3905_33a256322ad3 -->|calls| 00081c88_0ee6_5234_dddb_f24292a5289b
  d0d59b0c_56d4_a304_dc9e_100c37a66c83["add()"]
  68483afa_0e52_64ee_3905_33a256322ad3 -->|calls| d0d59b0c_56d4_a304_dc9e_100c37a66c83
  f48a50d1_ddbc_22d1_6b49_38fc95f9d284["whenHasLength()"]
  68483afa_0e52_64ee_3905_33a256322ad3 -->|calls| f48a50d1_ddbc_22d1_6b49_38fc95f9d284
  style 68483afa_0e52_64ee_3905_33a256322ad3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/structured/GraylogExtendedLogFormatProperties.java lines 94–97

		@SuppressWarnings("NullAway") // Doesn't detect lambda with correct nullability
		void jsonMembers(JsonWriter.Members<?> members) {
			members.add("_service_version", this::version).whenHasLength();
		}

Domain

Subdomains

Called By

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 1 function(s): jsonMembers.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free