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

contributesPair() — spring-boot Function Reference

Architecture documentation for the contributesPair() function in JsonWriter.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  94425705_a9f5_04f4_a531_8e88d53c8919["contributesPair()"]
  d6a69e7b_b0d5_91da_05c3_e81df4e71359["contributesPair()"]
  d6a69e7b_b0d5_91da_05c3_e81df4e71359 -->|calls| 94425705_a9f5_04f4_a531_8e88d53c8919
  a5f26385_4458_cebd_4487_a2efd0d1c6cc["Members()"]
  a5f26385_4458_cebd_4487_a2efd0d1c6cc -->|calls| 94425705_a9f5_04f4_a531_8e88d53c8919
  d6a69e7b_b0d5_91da_05c3_e81df4e71359["contributesPair()"]
  94425705_a9f5_04f4_a531_8e88d53c8919 -->|calls| d6a69e7b_b0d5_91da_05c3_e81df4e71359
  style 94425705_a9f5_04f4_a531_8e88d53c8919 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/json/JsonWriter.java lines 678–680

		boolean contributesPair() {
			return this.name != null || this.pairs != null || (this.members != null && this.members.contributesPair());
		}

Domain

Subdomains

Calls

  • contributesPair()

Called By

  • Members()
  • contributesPair()

Frequently Asked Questions

What does contributesPair() do?
contributesPair() is a function in the spring-boot codebase.
What does contributesPair() call?
contributesPair() calls 1 function(s): contributesPair.
What calls contributesPair()?
contributesPair() is called by 2 function(s): Members, contributesPair.

Analyze Your Own Codebase

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

Try Supermodel Free