public class QNameReflectionParams extends Object
| Constructor and Description |
|---|
QNameReflectionParams(org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition,
Element element,
PropertyDescriptor[] descriptors,
int index) |
| Modifier and Type | Method and 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–2022 The Apache Software Foundation. All rights reserved.