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 TypeClassDescriptionclassA 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 MethodGeneratorReturn a newMethodGeneratorinstance 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 aMethodGeneratorthat can be used to add more methods to the Initializing code.BeanRegistrationCode.getMethodGenerator()Return aMethodGeneratorthat can be used to add more methods to the registrations code.BeanRegistrationsCode.getMethodGenerator()Return aMethodGeneratorthat can be used to add more methods to the registrations code.