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

getPropertyWithCarriageReturn() — spring-boot Function Reference

Architecture documentation for the getPropertyWithCarriageReturn() function in OriginTrackedPropertiesLoaderTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  3dbbecaa_5693_8953_3a4f_9a086955b82b["getPropertyWithCarriageReturn()"]
  3bb5c042_27ce_3512_6016_8845e447ec7c["getFromFirst()"]
  3dbbecaa_5693_8953_3a4f_9a086955b82b -->|calls| 3bb5c042_27ce_3512_6016_8845e447ec7c
  9f42feed_83fc_1922_6e02_c913d7f8de74["getValue()"]
  3dbbecaa_5693_8953_3a4f_9a086955b82b -->|calls| 9f42feed_83fc_1922_6e02_c913d7f8de74
  6804449e_b1dd_14ae_3e8c_488a4672206a["getLocation()"]
  3dbbecaa_5693_8953_3a4f_9a086955b82b -->|calls| 6804449e_b1dd_14ae_3e8c_488a4672206a
  style 3dbbecaa_5693_8953_3a4f_9a086955b82b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/env/OriginTrackedPropertiesLoaderTests.java lines 154–159

	@Test
	void getPropertyWithCarriageReturn() {
		OriginTrackedValue value = getFromFirst("test-return-property");
		assertThat(getValue(value)).isEqualTo("foo\rbar");
		assertThat(getLocation(value)).isEqualTo("17:22");
	}

Domain

Subdomains

Frequently Asked Questions

What does getPropertyWithCarriageReturn() do?
getPropertyWithCarriageReturn() is a function in the spring-boot codebase.
What does getPropertyWithCarriageReturn() call?
getPropertyWithCarriageReturn() calls 3 function(s): getFromFirst, getLocation, getValue.

Analyze Your Own Codebase

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

Try Supermodel Free