Class QNameReflectionParams


  • public class QNameReflectionParams
    extends java.lang.Object
    Version:
    $Revision: 1.1 $
    • Constructor Summary

      Constructors 
      Constructor Description
      QNameReflectionParams​(org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition, org.w3c.dom.Element element, java.beans.PropertyDescriptor[] descriptors, int index)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.beans.factory.support.AbstractBeanDefinition getBeanDefinition()  
      java.beans.PropertyDescriptor[] getDescriptors()  
      org.w3c.dom.Element getElement()  
      int getIndex()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QNameReflectionParams

        public QNameReflectionParams​(org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition,
                                     org.w3c.dom.Element element,
                                     java.beans.PropertyDescriptor[] descriptors,
                                     int index)
    • Method Detail

      • getBeanDefinition

        public org.springframework.beans.factory.support.AbstractBeanDefinition getBeanDefinition()
      • getDescriptors

        public java.beans.PropertyDescriptor[] getDescriptors()
      • getElement

        public org.w3c.dom.Element getElement()
      • getIndex

        public int getIndex()