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

asMap() — spring-boot Function Reference

Architecture documentation for the asMap() function in EnvVariablesTests.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  82062684_2e00_c1e7_6940_c240e1744ea4["asMap()"]
  3317ca86_85a6_c4d7_3ba3_c32bf0aad6d4["asNull()"]
  3317ca86_85a6_c4d7_3ba3_c32bf0aad6d4 -->|calls| 82062684_2e00_c1e7_6940_c240e1744ea4
  1c1c6387_f98a_7742_d83d_98eb3a59332e["getTestArgs()"]
  82062684_2e00_c1e7_6940_c240e1744ea4 -->|calls| 1c1c6387_f98a_7742_d83d_98eb3a59332e
  style 82062684_2e00_c1e7_6940_c240e1744ea4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-maven-plugin/src/test/java/org/springframework/boot/maven/EnvVariablesTests.java lines 46–50

	@Test
	void asMap() {
		assertThat(new EnvVariables(getTestArgs()).asMap()).containsExactly(entry("key", "My Value"),
				entry("key1", " tt "), entry("key2", "   "), entry("key3", ""));
	}

Domain

Subdomains

Called By

  • asNull()

Frequently Asked Questions

What does asMap() do?
asMap() is a function in the spring-boot codebase.
What does asMap() call?
asMap() calls 1 function(s): getTestArgs.
What calls asMap()?
asMap() is called by 1 function(s): asNull.

Analyze Your Own Codebase

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

Try Supermodel Free