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

getMapper() — spring-boot Function Reference

Architecture documentation for the getMapper() function in SystemEnvironmentPropertyMapperTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  bd722d49_e035_e316_2ebf_038f3d104a78["getMapper()"]
  5b1095fb_fdee_f129_fcc1_9fa90bb827e7["underscoreShouldMapToEmptyString()"]
  5b1095fb_fdee_f129_fcc1_9fa90bb827e7 -->|calls| bd722d49_e035_e316_2ebf_038f3d104a78
  7bff704d_d877_bc53_6cc6_c84d90fa1f21["underscoreWithWhitespaceShouldMapToEmptyString()"]
  7bff704d_d877_bc53_6cc6_c84d90fa1f21 -->|calls| bd722d49_e035_e316_2ebf_038f3d104a78
  c27c1bc6_c03e_2f5f_e78b_bf5331682052["isAncestorOfConsidersLegacyNames()"]
  c27c1bc6_c03e_2f5f_e78b_bf5331682052 -->|calls| bd722d49_e035_e316_2ebf_038f3d104a78
  c310b511_3265_3f3f_3c49_f912050d0003["isAncestorOfWhenNonCanonicalSource()"]
  c310b511_3265_3f3f_3c49_f912050d0003 -->|calls| bd722d49_e035_e316_2ebf_038f3d104a78
  50038c8e_3cfe_21cd_6af4_e5e2e90b525c["isAncestorOfWhenNonCanonicalAndDashedSource()"]
  50038c8e_3cfe_21cd_6af4_e5e2e90b525c -->|calls| bd722d49_e035_e316_2ebf_038f3d104a78
  style bd722d49_e035_e316_2ebf_038f3d104a78 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/properties/source/SystemEnvironmentPropertyMapperTests.java lines 33–36

	@Override
	protected PropertyMapper getMapper() {
		return SystemEnvironmentPropertyMapper.INSTANCE;
	}

Domain

Subdomains

Called By

  • isAncestorOfConsidersLegacyNames()
  • isAncestorOfWhenNonCanonicalAndDashedSource()
  • isAncestorOfWhenNonCanonicalSource()
  • underscoreShouldMapToEmptyString()
  • underscoreWithWhitespaceShouldMapToEmptyString()

Frequently Asked Questions

What does getMapper() do?
getMapper() is a function in the spring-boot codebase.
What calls getMapper()?
getMapper() is called by 5 function(s): isAncestorOfConsidersLegacyNames, isAncestorOfWhenNonCanonicalAndDashedSource, isAncestorOfWhenNonCanonicalSource, underscoreShouldMapToEmptyString, underscoreWithWhitespaceShouldMapToEmptyString.

Analyze Your Own Codebase

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

Try Supermodel Free