Class ReferenceBeanSupport
java.lang.Object
org.apache.dubbo.config.spring.reference.ReferenceBeanSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertPropertyValues(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.context.ApplicationContext applicationContext) static StringgenerateReferenceKey(ReferenceBean referenceBean, org.springframework.context.ApplicationContext applicationContext) static StringgenerateReferenceKey(org.springframework.beans.factory.config.BeanDefinition beanDefinition, org.springframework.context.ApplicationContext applicationContext) getReferenceAttributes(ReferenceBean referenceBean) getReferenceAttributes(org.springframework.beans.factory.config.BeanDefinition beanDefinition)
-
Constructor Details
-
ReferenceBeanSupport
public ReferenceBeanSupport()
-
-
Method Details
-
convertReferenceProps
-
generateReferenceKey
-
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.context.ApplicationContext applicationContext) -
generateReferenceKey
public static String generateReferenceKey(org.springframework.beans.factory.config.BeanDefinition beanDefinition, org.springframework.context.ApplicationContext applicationContext) -
getReferenceAttributes
-
getReferenceAttributes
-