Class CompilerFiles

java.lang.Object
org.springframework.aot.test.generate.CompilerFiles
All Implemented Interfaces:
Function<TestCompiler,TestCompiler>, UnaryOperator<TestCompiler>

public final class CompilerFiles extends Object implements UnaryOperator<TestCompiler>
Adapter class that can be used to apply AOT GeneratedFiles to the TestCompiler.
Since:
6.0
Author:
Stephane Nicoll, Phillip Webb