类 ReferenceBeanSupport
- java.lang.Object
-
- org.apache.dubbo.config.spring.reference.ReferenceBeanSupport
-
public class ReferenceBeanSupport extends Object
-
-
构造器概要
构造器 构造器 说明 ReferenceBeanSupport()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static Map<String,Object>convertPropertyValues(org.springframework.beans.MutablePropertyValues propertyValues)Convert to raw props, without parsing nested config objectsstatic voidconvertReferenceProps(Map<String,Object> attributes, Class defaultInterfaceClass)static StringgenerateReferenceKey(Map<String,Object> attributes, org.springframework.core.env.PropertyResolver propertyResolver)static StringgenerateReferenceKey(ReferenceBean referenceBean, org.springframework.core.env.PropertyResolver propertyResolver)static StringgenerateReferenceKey(org.springframework.beans.factory.config.BeanDefinition beanDefinition, org.springframework.core.env.PropertyResolver propertyResolver)static Map<String,Object>getReferenceAttributes(ReferenceBean referenceBean)static Map<String,Object>getReferenceAttributes(org.springframework.beans.factory.config.BeanDefinition beanDefinition)
-
-
-
方法详细资料
-
convertReferenceProps
public static void convertReferenceProps(Map<String,Object> attributes, Class defaultInterfaceClass)
-
generateReferenceKey
public static String generateReferenceKey(Map<String,Object> attributes, org.springframework.core.env.PropertyResolver propertyResolver)
-
convertPropertyValues
public static Map<String,Object> convertPropertyValues(org.springframework.beans.MutablePropertyValues propertyValues)
Convert to raw props, without parsing nested config objects
-
generateReferenceKey
public static String generateReferenceKey(ReferenceBean referenceBean, org.springframework.core.env.PropertyResolver propertyResolver)
-
generateReferenceKey
public static String generateReferenceKey(org.springframework.beans.factory.config.BeanDefinition beanDefinition, org.springframework.core.env.PropertyResolver propertyResolver)
-
getReferenceAttributes
public static Map<String,Object> getReferenceAttributes(ReferenceBean referenceBean)
-
-