Class MuleAwareObjectsInjectorProcessor
java.lang.Object
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
org.mule.extension.spring.internal.inject.MuleAwareObjectsInjectorProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.aot.BeanRegistrationAotProcessor,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,org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessor,org.springframework.core.Ordered,org.springframework.core.PriorityOrdered
public class MuleAwareObjectsInjectorProcessor
extends org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
Specialization of
AutowiredAnnotationBeanPostProcessor which acts as the default injection post processors to be used
in Mule.- Since:
- 1.0
-
Field Summary
Fields inherited from class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
loggerFields inherited from interface org.springframework.beans.factory.aot.BeanRegistrationAotProcessor
IGNORE_REGISTRATION_ATTRIBUTEFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleandetermineRequiredStatus(org.springframework.core.annotation.MergedAnnotation ann) final voidpostProcessMergedBeanDefinition(org.springframework.beans.factory.support.RootBeanDefinition beanDefinition, Class<?> beanType, String beanName) No-Op methodMethods inherited from class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
determineBeanType, determineCandidateConstructors, getOrder, postProcessProperties, processAheadOfTime, processInjection, resetBeanDefinition, setAutowiredAnnotationType, setAutowiredAnnotationTypes, setBeanFactory, setOrder, setRequiredParameterName, setRequiredParameterValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessAfterInitialization, postProcessBeforeInitializationMethods inherited from interface org.springframework.beans.factory.aot.BeanRegistrationAotProcessor
isBeanExcludedFromAotProcessingMethods inherited from interface org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor
postProcessAfterInstantiation, postProcessBeforeInstantiationMethods inherited from interface org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor
getEarlyBeanReference, predictBeanType
-
Constructor Details
-
MuleAwareObjectsInjectorProcessor
public MuleAwareObjectsInjectorProcessor()
-
-
Method Details
-
postProcessMergedBeanDefinition
public final void postProcessMergedBeanDefinition(org.springframework.beans.factory.support.RootBeanDefinition beanDefinition, Class<?> beanType, String beanName) No-Op method- Specified by:
postProcessMergedBeanDefinitionin interfaceorg.springframework.beans.factory.support.MergedBeanDefinitionPostProcessor- Overrides:
postProcessMergedBeanDefinitionin classorg.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
-
determineRequiredStatus
protected boolean determineRequiredStatus(org.springframework.core.annotation.MergedAnnotation ann) - Overrides:
determineRequiredStatusin classorg.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
-