Uses of Interface
org.springframework.aot.generate.MethodGenerator
Packages that use MethodGenerator
Package
Description
Support classes for components that contribute generated code equivalent to a
runtime behavior.
AOT support for bean factories.
-
Uses of MethodGenerator in org.springframework.aot.generate
Classes in org.springframework.aot.generate that implement MethodGeneratorModifier and TypeClassDescriptionclass
A managed collection of generated methods.Methods in org.springframework.aot.generate that return MethodGeneratorModifier and TypeMethodDescriptionGeneratedClass.getMethodGenerator()
Return the method generator that can be used for this generated class.default MethodGenerator
Return a newMethodGenerator
instance that generates method with additional implicit method name parts. -
Uses of MethodGenerator in org.springframework.beans.factory.aot
Methods in org.springframework.beans.factory.aot that return MethodGeneratorModifier and TypeMethodDescriptionBeanFactoryInitializationCode.getMethodGenerator()
Return aMethodGenerator
that can be used to add more methods to the Initializing code.BeanRegistrationCode.getMethodGenerator()
Return aMethodGenerator
that can be used to add more methods to the registrations code.BeanRegistrationsCode.getMethodGenerator()
Return aMethodGenerator
that can be used to add more methods to the registrations code.