Uses of Class
org.springframework.aot.generate.GeneratedMethods
Package
Description
Support classes for components that contribute generated code equivalent to a
runtime behavior.
AOT support for bean factories.
-
Uses of GeneratedMethods in org.springframework.aot.generate
Modifier and TypeMethodDescriptionValueCodeGenerator.getGeneratedMethods()
Return theGeneratedMethods
that represents the scope in which code generated by this instance will be added, ornull
if no specific scope is set.GeneratedClass.getMethods()
Return generated methods for this instance.GeneratedMethods.withPrefix
(String prefix) Specify the prefix to use for method names.Modifier and TypeMethodDescriptionValueCodeGenerator.scoped
(GeneratedMethods generatedMethods) Return aValueCodeGenerator
that is scoped for the specifiedGeneratedMethods
. -
Uses of GeneratedMethods in org.springframework.beans.factory.aot
Modifier and TypeMethodDescriptionBeanFactoryInitializationCode.getMethods()
Get theGeneratedMethods
used by the initializing code.BeanRegistrationCode.getMethods()
Return aGeneratedMethods
being used by the registrations code.BeanRegistrationsCode.getMethods()
Return aGeneratedMethods
being used by the registrations code.ModifierConstructorDescriptionInstanceSupplierCodeGenerator
(GenerationContext generationContext, org.springframework.javapoet.ClassName className, GeneratedMethods generatedMethods, boolean allowDirectSupplierShortcut) Create a new instance.