Uses of Interface
org.springframework.aot.generate.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
Modifier and TypeClassDescriptionclass
GeneratedFiles
implementation that stores generated files using aFileSystem
.class
GeneratedFiles
implementation that keeps generated files in-memory.Modifier and TypeMethodDescriptionDefaultGenerationContext.getGeneratedFiles()
GenerationContext.getGeneratedFiles()
Get theGeneratedFiles
used by the context.ModifierConstructorDescriptionDefaultGenerationContext
(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
ModifierConstructorDescriptionTestContextAotGenerator
(GeneratedFiles generatedFiles) Create a newTestContextAotGenerator
that uses the suppliedGeneratedFiles
.TestContextAotGenerator
(GeneratedFiles generatedFiles, RuntimeHints runtimeHints)