public class QNameReflectionParams extends Object
| Constructor | Description |
|---|---|
QNameReflectionParams(org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition,
Element element,
PropertyDescriptor[] descriptors,
int index) |
| Modifier and Type | Method | Description |
|---|---|---|
org.springframework.beans.factory.support.AbstractBeanDefinition |
getBeanDefinition() |
|
PropertyDescriptor[] |
getDescriptors() |
|
Element |
getElement() |
|
int |
getIndex() |
public QNameReflectionParams(org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition,
Element element,
PropertyDescriptor[] descriptors,
int index)
public org.springframework.beans.factory.support.AbstractBeanDefinition getBeanDefinition()
public PropertyDescriptor[] getDescriptors()
public Element getElement()
public int getIndex()
Copyright © 2005–2018. All rights reserved.