Uses of Class
org.springframework.aot.test.generator.compile.TestCompiler
Packages that use TestCompiler
Package
Description
Support classes for compiling and testing generated code.
-
Uses of TestCompiler in org.springframework.aot.test.generator.compile
Methods in org.springframework.aot.test.generator.compile that return TestCompilerModifier and TypeMethodDescriptionstatic TestCompilerTestCompiler.forCompiler(JavaCompiler javaCompiler) Return a newTestCompilerbacked by the givenJavaCompiler.static TestCompilerTestCompiler.forSystem()Return a newTestCompilerbacked by the system java compiler.TestCompiler.withResources(ResourceFile... resourceFiles) Return a newTestCompilerinstance with addition resource files.TestCompiler.withResources(ResourceFiles resourceFiles) Return a newTestCompilerinstance with addition resource files.TestCompiler.withSources(SourceFile... sourceFiles) Return a newTestCompilerinstance with addition source files.TestCompiler.withSources(SourceFiles sourceFiles) Return a newTestCompilerinstance with addition source files.