Class QNameReflectionHelper
java.lang.Object
org.apache.xbean.spring.context.impl.QNameReflectionHelper
To avoid a runtime dependency on the QName class lets use reflection to
process QName instances.
- Version:
- $Revision: 1.1 $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
coerceNamespaceAwarePropertyValues
(org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition, Element element, PropertyDescriptor[] descriptors, int index) static Object
createQName
(Element element, String text) protected static Method
findMethod
(String name)
-
Field Details
-
coerceMethod
-
createMethod
-
-
Constructor Details
-
QNameReflectionHelper
public QNameReflectionHelper()
-
-
Method Details
-
coerceNamespaceAwarePropertyValues
public static void coerceNamespaceAwarePropertyValues(org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition, Element element, PropertyDescriptor[] descriptors, int index) -
createQName
-
findMethod
-