MockApplicationEnvironment Class — spring-boot Architecture
Architecture documentation for the MockApplicationEnvironment class in MockApplicationEnvironment.java from the spring-boot codebase.
Entity Profile
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/MockApplicationEnvironment.java lines 29–41
public class MockApplicationEnvironment extends MockEnvironment {
@Override
protected @Nullable String doGetActiveProfilesProperty() {
return null;
}
@Override
protected @Nullable String doGetDefaultProfilesProperty() {
return null;
}
}
Domain
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free