public class ReferenceBeanSupport extends Object
| 构造器和说明 |
|---|
ReferenceBeanSupport() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Map<String,Object> |
convertPropertyValues(org.springframework.beans.MutablePropertyValues propertyValues)
Convert to raw props, without parsing nested config objects
|
static void |
convertReferenceProps(Map<String,Object> attributes,
Class defaultInterfaceClass) |
static String |
generateReferenceKey(org.springframework.beans.factory.config.BeanDefinition beanDefinition,
org.springframework.context.ApplicationContext applicationContext) |
static String |
generateReferenceKey(Map<String,Object> attributes,
org.springframework.context.ApplicationContext applicationContext) |
static String |
generateReferenceKey(ReferenceBean referenceBean,
org.springframework.context.ApplicationContext applicationContext) |
static Map<String,Object> |
getReferenceAttributes(org.springframework.beans.factory.config.BeanDefinition beanDefinition) |
static Map<String,Object> |
getReferenceAttributes(ReferenceBean referenceBean) |
public static void convertReferenceProps(Map<String,Object> attributes, Class defaultInterfaceClass)
public static String generateReferenceKey(Map<String,Object> attributes, org.springframework.context.ApplicationContext applicationContext)
public static Map<String,Object> convertPropertyValues(org.springframework.beans.MutablePropertyValues propertyValues)
public static String generateReferenceKey(ReferenceBean referenceBean, org.springframework.context.ApplicationContext applicationContext)
public static String generateReferenceKey(org.springframework.beans.factory.config.BeanDefinition beanDefinition, org.springframework.context.ApplicationContext applicationContext)
public static Map<String,Object> getReferenceAttributes(ReferenceBean referenceBean)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.