public abstract class AbstractDubboMetadata extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.context.EnvironmentAware
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext |
protected org.springframework.core.env.ConfigurableEnvironment |
environment |
| 构造器和说明 |
|---|
AbstractDubboMetadata() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Map<String,org.apache.dubbo.config.ProtocolConfig> |
getProtocolConfigsBeanMap() |
protected org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor |
getReferenceAnnotationBeanPostProcessor() |
protected Map<String,org.apache.dubbo.config.spring.ServiceBean> |
getServiceBeansMap() |
protected Map<String,Object> |
resolveBeanMetadata(Object bean) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setEnvironment(org.springframework.core.env.Environment environment) |
protected org.springframework.context.ApplicationContext applicationContext
protected org.springframework.core.env.ConfigurableEnvironment environment
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment 在接口中 org.springframework.context.EnvironmentAwareprotected Map<String,org.apache.dubbo.config.spring.ServiceBean> getServiceBeansMap()
protected org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor getReferenceAnnotationBeanPostProcessor()
Copyright © 2019 The Apache Software Foundation. All rights reserved.