Uses of Class
org.springframework.aot.generate.GeneratedMethods
Packages that use 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
Methods in org.springframework.aot.generate that return GeneratedMethodsModifier and TypeMethodDescriptionValueCodeGenerator.getGeneratedMethods()Return theGeneratedMethodsthat represents the scope in which code generated by this instance will be added, ornullif 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.Methods in org.springframework.aot.generate with parameters of type GeneratedMethodsModifier and TypeMethodDescriptionValueCodeGenerator.scoped(GeneratedMethods generatedMethods) Return aValueCodeGeneratorthat is scoped for the specifiedGeneratedMethods. -
Uses of GeneratedMethods in org.springframework.beans.factory.aot
Methods in org.springframework.beans.factory.aot that return GeneratedMethodsModifier and TypeMethodDescriptionBeanFactoryInitializationCode.getMethods()Get theGeneratedMethodsused by the initializing code.BeanRegistrationCode.getMethods()Return aGeneratedMethodsbeing used by the registrations code.BeanRegistrationsCode.getMethods()Return aGeneratedMethodsbeing used by the registrations code.Methods in org.springframework.beans.factory.aot with parameters of type GeneratedMethodsModifier and TypeMethodDescriptionstatic ValueCodeGeneratorBeanDefinitionPropertyValueCodeGeneratorDelegates.createValueCodeGenerator(GeneratedMethods generatedMethods, List<ValueCodeGenerator.Delegate> customDelegates) Constructors in org.springframework.beans.factory.aot with parameters of type GeneratedMethodsModifierConstructorDescriptionInstanceSupplierCodeGenerator(GenerationContext generationContext, org.springframework.javapoet.ClassName className, GeneratedMethods generatedMethods, boolean allowDirectSupplierShortcut) Create a new generator instance.