Home / Class/ JavaCompilerFieldValuesProcessorTests Class — spring-boot Architecture

JavaCompilerFieldValuesProcessorTests Class — spring-boot Architecture

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

Entity Profile

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/fieldvalues/javac/JavaCompilerFieldValuesProcessorTests.java lines 31–43

class JavaCompilerFieldValuesProcessorTests extends AbstractFieldValuesProcessorTests {

	@Override
	protected FieldValuesParser createProcessor(ProcessingEnvironment env) {
		try {
			return new JavaCompilerFieldValuesParser(env);
		}
		catch (Throwable ex) {
			throw new TestAbortedException();
		}
	}

}

Domain

Analyze Your Own Codebase

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

Try Supermodel Free