Class ModuleServiceReferenceAnnotationPostProcessor

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor, org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor

    @Named
    public class ModuleServiceReferenceAnnotationPostProcessor
    extends org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
    implements org.springframework.beans.factory.BeanFactoryAware
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object postProcessBeforeInstantiation​(java.lang.Class<?> beanClass, java.lang.String beanName)  
      void setBeanFactory​(org.springframework.beans.factory.BeanFactory beanFactory)  
      • Methods inherited from class org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter

        determineCandidateConstructors, getEarlyBeanReference, postProcessAfterInitialization, postProcessAfterInstantiation, postProcessBeforeInitialization, postProcessProperties, postProcessPropertyValues, predictBeanType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ModuleServiceReferenceAnnotationPostProcessor

        public ModuleServiceReferenceAnnotationPostProcessor()
    • Method Detail

      • postProcessBeforeInstantiation

        @Nullable
        public java.lang.Object postProcessBeforeInstantiation​(java.lang.Class<?> beanClass,
                                                               java.lang.String beanName)
                                                        throws org.springframework.beans.BeansException
        Specified by:
        postProcessBeforeInstantiation in interface org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor
        Overrides:
        postProcessBeforeInstantiation in class org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
        Throws:
        org.springframework.beans.BeansException
      • setBeanFactory

        public void setBeanFactory​(org.springframework.beans.factory.BeanFactory beanFactory)
                            throws org.springframework.beans.BeansException
        Specified by:
        setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
        Throws:
        org.springframework.beans.BeansException