Class ReferenceBeanSupport

java.lang.Object
org.apache.dubbo.config.spring.reference.ReferenceBeanSupport

public class ReferenceBeanSupport extends Object
  • Constructor Details

    • ReferenceBeanSupport

      public ReferenceBeanSupport()
  • Method Details

    • convertReferenceProps

      public static void convertReferenceProps(Map<String,Object> attributes, Class defaultInterfaceClass)
    • generateReferenceKey

      public static String generateReferenceKey(Map<String,Object> attributes, org.springframework.context.ApplicationContext applicationContext)
    • 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

      public static Map<String,Object> getReferenceAttributes(ReferenceBean referenceBean)
    • getReferenceAttributes

      public static Map<String,Object> getReferenceAttributes(org.springframework.beans.factory.config.BeanDefinition beanDefinition)