Uses of Interface
org.springframework.aot.generator.CodeContribution
Package
Description
Support classes for components that contribute generated code equivalent
to a runtime behavior.
Support for generating code that represents the state of a bean factory.
-
Uses of CodeContribution in org.springframework.aot.generator
-
Uses of CodeContribution in org.springframework.beans.factory.generator
Modifier and TypeMethodDescriptionprotected CodeContribution
BeanRegistrationBeanFactoryContribution.generateBeanInstance
(RuntimeHints runtimeHints) Return the necessary code to instantiate and post-process a bean.BeanInstantiationGenerator.generateBeanInstantiation
(RuntimeHints runtimeHints) Return the necessary code to instantiate a bean.Modifier and TypeMethodDescriptionvoid
BeanInstantiationContribution.applyTo
(CodeContribution contribution) Contribute bean instantiation to the specifiedCodeContribution
.