Uses of Class
org.springframework.aot.generate.InMemoryGeneratedFiles
Packages that use InMemoryGeneratedFiles
Package
Description
Test support for core AOT classes.
Support classes for compiling and testing generated code.
-
Uses of InMemoryGeneratedFiles in org.springframework.aot.test.generate
Methods in org.springframework.aot.test.generate that return InMemoryGeneratedFiles -
Uses of InMemoryGeneratedFiles in org.springframework.aot.test.generate.compile
Methods in org.springframework.aot.test.generate.compile with parameters of type InMemoryGeneratedFilesModifier and TypeMethodDescriptionTestCompiler.withFiles(InMemoryGeneratedFiles generatedFiles) Create a newTestCompilerinstance with additional generated source and resource files.