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.generate
Classes in org.springframework.aot.generate that implement GeneratedFilesModifier and TypeClassDescriptionclass
GeneratedFiles
implementation that stores generated files using aFileSystem
.class
GeneratedFiles
implementation that keeps generated files in-memory.Methods in org.springframework.aot.generate that return GeneratedFilesModifier and TypeMethodDescriptionDefaultGenerationContext.getGeneratedFiles()
GenerationContext.getGeneratedFiles()
Get theGeneratedFiles
used by the context.Constructors in org.springframework.aot.generate with parameters of type GeneratedFilesModifierConstructorDescriptionDefaultGenerationContext
(ClassNameGenerator classNameGenerator, GeneratedFiles generatedFiles) Create a newDefaultGenerationContext
instance backed by the specifiedClassNameGenerator
andGeneratedFiles
.DefaultGenerationContext
(ClassNameGenerator classNameGenerator, GeneratedFiles generatedFiles, RuntimeHints runtimeHints) Create a newDefaultGenerationContext
instance backed by the specifiedClassNameGenerator
,GeneratedFiles
, andRuntimeHints
. -
Uses of GeneratedFiles in org.springframework.test.context.aot
Constructors in org.springframework.test.context.aot with parameters of type GeneratedFilesModifierConstructorDescriptionTestContextAotGenerator
(GeneratedFiles generatedFiles) Create a newTestContextAotGenerator
that uses the suppliedGeneratedFiles
.TestContextAotGenerator
(GeneratedFiles generatedFiles, RuntimeHints runtimeHints) TestContextAotGenerator
(GeneratedFiles generatedFiles, RuntimeHints runtimeHints, boolean failOnError) Create a newTestContextAotGenerator
that uses the suppliedGeneratedFiles
,RuntimeHints
, andfailOnError
flag.