Interface RegisteredBeanAotContribution

All Superinterfaces:
org.springframework.beans.factory.aot.BeanRegistrationAotContribution

public interface RegisteredBeanAotContribution extends org.springframework.beans.factory.aot.BeanRegistrationAotContribution
Extension to BeanRegistrationAotContribution that bases its contribution on a RegisteredBean. This interface exposes its source.
Since:
3.0
Author:
Christoph Strobl
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.beans.factory.support.RegisteredBean
     

    Methods inherited from interface org.springframework.beans.factory.aot.BeanRegistrationAotContribution

    applyTo, customizeBeanRegistrationCodeFragments
  • Method Details

    • getSource

      org.springframework.beans.factory.support.RegisteredBean getSource()
      Returns:
      the source RegisteredBean.