public abstract class BeanDefinitionUtils extends Object
BeanDefinitions| Constructor and Description |
|---|
BeanDefinitionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addPropertyReferenceIfNeeded(org.springframework.beans.factory.support.BeanDefinitionBuilder bdb,
Element element,
String attributeName)
Add property reference to
BeanDefinitionBuilder if needed, following the naming Conventions |
static void |
addPropertyValueIfNeeded(org.springframework.beans.factory.support.BeanDefinitionBuilder bdb,
Element element,
String attributeName)
Add property value to
BeanDefinitionBuilder if needed, following the naming Conventions |
public static void addPropertyValueIfNeeded(org.springframework.beans.factory.support.BeanDefinitionBuilder bdb,
Element element,
String attributeName)
BeanDefinitionBuilder if needed, following the naming Conventionsbdb - BeanDefintionBuilder to operate on.element - Element holding the attributeattributeName - the attribute namepublic static void addPropertyReferenceIfNeeded(org.springframework.beans.factory.support.BeanDefinitionBuilder bdb,
Element element,
String attributeName)
BeanDefinitionBuilder if needed, following the naming Conventionsbdb - BeanDefintionBuilder to operate on.element - Element holding the attributeattributeName - the attribute nameCopyright © 2014 JDAL. All Rights Reserved.