Class CompilerFiles
java.lang.Object
org.springframework.aot.test.generate.CompilerFiles
- All Implemented Interfaces:
 Function<TestCompiler,,TestCompiler> UnaryOperator<TestCompiler>
Adapter class that can be used to apply AOT 
GeneratedFiles to the
 TestCompiler.- Since:
 - 6.0
 - Author:
 - Stephane Nicoll, Phillip Webb
 
- 
Method Summary
Modifier and TypeMethodDescriptionapply(TestCompiler testCompiler) static UnaryOperator<TestCompiler>from(InMemoryGeneratedFiles generatedFiles)  
- 
Method Details
- 
from
 - 
apply
- Specified by:
 applyin interfaceFunction<TestCompiler,TestCompiler> 
 
 -