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

addMapEntries() — spring-boot Function Reference

Architecture documentation for the addMapEntries() function in ContextPairs.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 2 called by 2

Entity Profile

Dependency Diagram

graph TD
  d748d92d_8b1e_dcd4_edfb_7b28a6432406["addMapEntries()"]
  67ed7d7a_5484_7c52_e419_f0bc9ea9b07e["jsonMembers()"]
  67ed7d7a_5484_7c52_e419_f0bc9ea9b07e -->|calls| d748d92d_8b1e_dcd4_edfb_7b28a6432406
  26f934f9_8400_ac5b_355a_4e6b731fff3b["jsonMembers()"]
  26f934f9_8400_ac5b_355a_4e6b731fff3b -->|calls| d748d92d_8b1e_dcd4_edfb_7b28a6432406
  be5434e0_bd26_0a86_0eaf_04e23efc5581["addMapEntries()"]
  d748d92d_8b1e_dcd4_edfb_7b28a6432406 -->|calls| be5434e0_bd26_0a86_0eaf_04e23efc5581
  23c49072_2f09_ef1e_a9ad_41f2e7c414fd["add()"]
  d748d92d_8b1e_dcd4_edfb_7b28a6432406 -->|calls| 23c49072_2f09_ef1e_a9ad_41f2e7c414fd
  style d748d92d_8b1e_dcd4_edfb_7b28a6432406 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/structured/ContextPairs.java lines 139–142

		@SuppressWarnings("NullAway") // Doesn't detect lambda with correct nullability
		public <V> void addMapEntries(Function<T, Map<String, V>> extractor) {
			add(extractor.andThen(Map::entrySet), Map.Entry::getKey, Map.Entry::getValue);
		}

Domain

Subdomains

Frequently Asked Questions

What does addMapEntries() do?
addMapEntries() is a function in the spring-boot codebase.
What does addMapEntries() call?
addMapEntries() calls 2 function(s): add, addMapEntries.
What calls addMapEntries()?
addMapEntries() 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