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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.beans.factory.aot.BeanRegistrationAotContributionprocessAheadOfTime(org.springframework.beans.factory.support.RegisteredBean registeredBean) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
processAheadOfTimein interfaceorg.springframework.beans.factory.aot.BeanRegistrationAotProcessor
-