org.apache.xbean.spring.context.impl
public class QNameReflectionHelper extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.lang.reflect.Method |
coerceMethod |
protected static java.lang.reflect.Method |
createMethod |
Constructor and Description |
---|
QNameReflectionHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
coerceNamespaceAwarePropertyValues(org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition,
org.w3c.dom.Element element,
java.beans.PropertyDescriptor[] descriptors,
int index) |
static java.lang.Object |
createQName(org.w3c.dom.Element element,
java.lang.String text) |
protected static java.lang.reflect.Method |
findMethod(java.lang.String name) |
protected static java.lang.reflect.Method coerceMethod
protected static java.lang.reflect.Method createMethod
public QNameReflectionHelper()
public static void coerceNamespaceAwarePropertyValues(org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition, org.w3c.dom.Element element, java.beans.PropertyDescriptor[] descriptors, int index)
public static java.lang.Object createQName(org.w3c.dom.Element element, java.lang.String text)
protected static java.lang.reflect.Method findMethod(java.lang.String name)
Copyright © 2005-2016. All Rights Reserved.