public class ReferenceAnnotationBeanPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.PriorityOrdered
| Constructor and Description |
|---|
ReferenceAnnotationBeanPostProcessor(org.springframework.context.ApplicationContext applicationContext,
SofaRuntimeContext sofaRuntimeContext,
BindingAdapterFactory bindingAdapterFactory,
BindingConverterFactory bindingConverterFactory)
To construct a ReferenceAnnotationBeanPostProcessor via a Spring Bean
sofaRuntimeContext and sofaRuntimeProperties will be obtained from applicationContext
|
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
public ReferenceAnnotationBeanPostProcessor(org.springframework.context.ApplicationContext applicationContext,
SofaRuntimeContext sofaRuntimeContext,
BindingAdapterFactory bindingAdapterFactory,
BindingConverterFactory bindingConverterFactory)
applicationContext - sofaRuntimeContext - bindingAdapterFactory - bindingConverterFactory - public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic int getOrder()
getOrder in interface org.springframework.core.OrderedCopyright © 2021. All rights reserved.