Uses of Interface
org.springframework.aot.generate.GeneratedFiles
Packages that use GeneratedFiles
Package
Description
Support classes for components that contribute generated code equivalent to a
 runtime behavior.
Ahead-of-time (AOT) support for the Spring TestContext Framework.
- 
Uses of GeneratedFiles in org.springframework.aot.generateClasses in org.springframework.aot.generate that implement GeneratedFilesModifier and TypeClassDescriptionclassGeneratedFilesimplementation that stores generated files using aFileSystem.classGeneratedFilesimplementation that keeps generated files in-memory.Methods in org.springframework.aot.generate that return GeneratedFilesModifier and TypeMethodDescriptionDefaultGenerationContext.getGeneratedFiles()GenerationContext.getGeneratedFiles()Get theGeneratedFilesused by the context.Constructors in org.springframework.aot.generate with parameters of type GeneratedFilesModifierConstructorDescriptionDefaultGenerationContext(ClassNameGenerator classNameGenerator, GeneratedFiles generatedFiles) Create a newDefaultGenerationContextinstance backed by the specifiedClassNameGeneratorandGeneratedFiles.DefaultGenerationContext(ClassNameGenerator classNameGenerator, GeneratedFiles generatedFiles, RuntimeHints runtimeHints) Create a newDefaultGenerationContextinstance backed by the specifiedClassNameGenerator,GeneratedFiles, andRuntimeHints.
- 
Uses of GeneratedFiles in org.springframework.test.context.aotConstructors in org.springframework.test.context.aot with parameters of type GeneratedFilesModifierConstructorDescriptionTestContextAotGenerator(GeneratedFiles generatedFiles) Create a newTestContextAotGeneratorthat uses the suppliedGeneratedFiles.TestContextAotGenerator(GeneratedFiles generatedFiles, RuntimeHints runtimeHints) TestContextAotGenerator(GeneratedFiles generatedFiles, RuntimeHints runtimeHints, boolean failOnError) Create a newTestContextAotGeneratorthat uses the suppliedGeneratedFiles,RuntimeHints, andfailOnErrorflag.