Uses of Interface
org.springframework.aot.generate.ClassGenerator
Packages that use ClassGenerator
Package
Description
Support classes for components that contribute generated code equivalent to a
runtime behavior.
-
Uses of ClassGenerator in org.springframework.aot.generate
Classes in org.springframework.aot.generate that implement ClassGeneratorModifier and TypeClassDescriptionclass
A managed collection of generated classes.Methods in org.springframework.aot.generate that return ClassGeneratorModifier and TypeMethodDescriptionGenerationContext.getClassGenerator()
Return theGeneratedClasses
being used by the context.