Uses of Interface
org.springframework.aot.generate.GeneratedFiles
Package
Description
Support classes for components that contribute generated code equivalent to a
runtime behavior.
-
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()
Return theGeneratedFiles
being used by the context.Modifier and TypeMethodDescriptionvoid
GeneratedClasses.writeTo
(GeneratedFiles generatedFiles) Write thegenerated classes
using the givenGeneratedFiles
instance.ModifierConstructorDescriptionDefaultGenerationContext
(ClassNameGenerator classNameGenerator, GeneratedFiles generatedFiles) Create a newDefaultGenerationContext
instance backed by the specifiedClassNameGenerator
andGeneratedFiles
.DefaultGenerationContext
(GeneratedClasses generatedClasses, GeneratedFiles generatedFiles, RuntimeHints runtimeHints) Create a newDefaultGenerationContext
instance backed by the specified items.