Uses of Class
org.springframework.aot.generate.MethodReference
Packages that use MethodReference
Package
Description
Support classes for components that contribute generated code equivalent to a
runtime behavior.
AOT support for bean factories.
-
Uses of MethodReference in org.springframework.aot.generate
Methods in org.springframework.aot.generate that return MethodReferenceModifier and TypeMethodDescriptionstatic MethodReferenceCreate a new method reference that refers to the given instance method.static MethodReferenceCreate a new method reference that refers to the given instance method.static MethodReferenceCreate a new method reference that refers to the given instance method.static MethodReferenceCreate a new method reference that refers to the given static method.static MethodReferenceCreate a new method reference that refers to the given static method. -
Uses of MethodReference in org.springframework.beans.factory.aot
Methods in org.springframework.beans.factory.aot with parameters of type MethodReferenceModifier and TypeMethodDescriptionvoidBeanFactoryInitializationCode.addInitializer(MethodReference methodReference) Add an initializer method call.voidBeanRegistrationCode.addInstancePostProcessor(MethodReference methodReference) Add an instance post processor method call to the registration code.Method parameters in org.springframework.beans.factory.aot with type arguments of type MethodReferenceModifier and TypeMethodDescriptionorg.springframework.javapoet.CodeBlockBeanRegistrationCodeFragments.generateSetBeanInstanceSupplierCode(GenerationContext generationContext, BeanRegistrationCode beanRegistrationCode, org.springframework.javapoet.CodeBlock instanceSupplierCode, List<MethodReference> postProcessors) Generate the code that sets the instance supplier on the bean definition.