Interface BeanRegistrationCode


public interface BeanRegistrationCode
Interface that can be used to configure the code that will be generated to perform registration of a single bean.
Since:
6.0
Author:
Phillip Webb
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addInstancePostProcessor(org.springframework.aot.generate.MethodReference methodReference)
    Add an instance post processor method call to the registration code.
    org.springframework.javapoet.ClassName
    Return the name of the class being used for registrations.
    org.springframework.aot.generate.GeneratedMethods
    Return a GeneratedMethods being used by the registrations code.