Home / Class/ SampleService Class — spring-boot Architecture

SampleService Class — spring-boot Architecture

Architecture documentation for the SampleService class in LoggingApplicationListenerIntegrationTests.java from the spring-boot codebase.

Entity Profile

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/logging/LoggingApplicationListenerIntegrationTests.java lines 102–114

	@Component
	static class SampleService {

		private final LoggingSystem loggingSystem;

		private final @Nullable LogFile logFile;

		SampleService(LoggingSystem loggingSystem, ObjectProvider<LogFile> logFile) {
			this.loggingSystem = loggingSystem;
			this.logFile = logFile.getIfAvailable();
		}

	}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free