Class CdsFactoryBeanAttributesAotProcessor

java.lang.Object
com.sap.cds.framework.spring.config.aot.CdsFactoryBeanAttributesAotProcessor
All Implemented Interfaces:
org.springframework.beans.factory.aot.BeanRegistrationAotProcessor

public class CdsFactoryBeanAttributesAotProcessor extends Object implements org.springframework.beans.factory.aot.BeanRegistrationAotProcessor
  • Field Summary

    Fields inherited from interface org.springframework.beans.factory.aot.BeanRegistrationAotProcessor

    IGNORE_REGISTRATION_ATTRIBUTE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.beans.factory.aot.BeanRegistrationAotContribution
    processAheadOfTime(org.springframework.beans.factory.support.RegisteredBean registeredBean)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

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

    isBeanExcludedFromAotProcessing
  • Constructor Details

    • CdsFactoryBeanAttributesAotProcessor

      public CdsFactoryBeanAttributesAotProcessor()
  • Method Details

    • processAheadOfTime

      public org.springframework.beans.factory.aot.BeanRegistrationAotContribution processAheadOfTime(org.springframework.beans.factory.support.RegisteredBean registeredBean)
      Specified by:
      processAheadOfTime in interface org.springframework.beans.factory.aot.BeanRegistrationAotProcessor