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 generated Spring.factories
files to the givenGeneratedFiles
instance.ModifierConstructorDescriptionDefaultGenerationContext
(ClassNameGenerator classNameGenerator, GeneratedFiles generatedFiles, RuntimeHints runtimeHints) Create a newDefaultGenerationContext
instance backed by the specified items.DefaultGenerationContext
(GeneratedFiles generatedFiles) Create a newDefaultGenerationContext
instance backed by the specifiedgeneratedFiles
.