类 AnnotationBean
- java.lang.Object
-
- com.alibaba.dubbo.config.AbstractConfig
-
- com.alibaba.dubbo.config.spring.AnnotationBean
-
- 所有已实现的接口:
Serializable,org.springframework.beans.factory.Aware,org.springframework.beans.factory.config.BeanFactoryPostProcessor,org.springframework.beans.factory.config.BeanPostProcessor,org.springframework.beans.factory.DisposableBean,org.springframework.context.ApplicationContextAware
@Deprecated public class AnnotationBean extends AbstractConfig implements org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.context.ApplicationContextAware
已过时。AnnotationBean- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 AnnotationBean()已过时。
-
方法概要
所有方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 voiddestroy()已过时。StringgetPackage()已过时。ObjectpostProcessAfterInitialization(Object bean, String beanName)已过时。voidpostProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)已过时。ObjectpostProcessBeforeInitialization(Object bean, String beanName)已过时。voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)已过时。voidsetPackage(String annotationPackage)已过时。-
从类继承的方法 com.alibaba.dubbo.config.AbstractConfig
getId, setId, toString
-
-
-
-
方法详细资料
-
getPackage
public String getPackage()
已过时。
-
setPackage
public void setPackage(String annotationPackage)
已过时。
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException已过时。- 指定者:
setApplicationContext在接口中org.springframework.context.ApplicationContextAware- 抛出:
org.springframework.beans.BeansException
-
postProcessBeanFactory
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException已过时。- 指定者:
postProcessBeanFactory在接口中org.springframework.beans.factory.config.BeanFactoryPostProcessor- 抛出:
org.springframework.beans.BeansException
-
destroy
public void destroy()
已过时。- 指定者:
destroy在接口中org.springframework.beans.factory.DisposableBean
-
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
已过时。- 指定者:
postProcessAfterInitialization在接口中org.springframework.beans.factory.config.BeanPostProcessor- 抛出:
org.springframework.beans.BeansException
-
postProcessBeforeInitialization
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
已过时。- 指定者:
postProcessBeforeInitialization在接口中org.springframework.beans.factory.config.BeanPostProcessor- 抛出:
org.springframework.beans.BeansException
-
-