Class ModuleServiceReferenceAnnotationPostProcessor
- java.lang.Object
-
- org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
-
- io.github.tomdw.java.modules.context.boot.internal.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
-
-
Constructor Summary
Constructors Constructor Description ModuleServiceReferenceAnnotationPostProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectpostProcessBeforeInstantiation(java.lang.Class<?> beanClass, java.lang.String beanName)voidsetBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)-
Methods inherited from class org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
determineCandidateConstructors, getEarlyBeanReference, postProcessAfterInitialization, postProcessAfterInstantiation, postProcessBeforeInitialization, postProcessProperties, postProcessPropertyValues, predictBeanType
-
-
-
-
Method Detail
-
postProcessBeforeInstantiation
@Nullable public java.lang.Object postProcessBeforeInstantiation(java.lang.Class<?> beanClass, java.lang.String beanName) throws org.springframework.beans.BeansException- Specified by:
postProcessBeforeInstantiationin interfaceorg.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor- Overrides:
postProcessBeforeInstantiationin classorg.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:
setBeanFactoryin interfaceorg.springframework.beans.factory.BeanFactoryAware- Throws:
org.springframework.beans.BeansException
-
-