AbstractPropertyMapperTests Class — spring-boot Architecture
Architecture documentation for the AbstractPropertyMapperTests class in AbstractPropertyMapperTests.java from the spring-boot codebase.
Entity Profile
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/properties/source/AbstractPropertyMapperTests.java lines 28–40
public abstract class AbstractPropertyMapperTests {
protected abstract PropertyMapper getMapper();
protected final List<String> mapConfigurationPropertyName(String configurationPropertyName) {
return getMapper().map(ConfigurationPropertyName.of(configurationPropertyName));
}
protected final String mapPropertySourceName(String propertySourceName) {
return getMapper().map(propertySourceName).toString();
}
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free