|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanPropertyDescriptor | |
org.apache.axis.encoding.ser | |
org.apache.axis.utils |
Uses of BeanPropertyDescriptor in org.apache.axis.encoding.ser |
Fields in org.apache.axis.encoding.ser declared as BeanPropertyDescriptor | |
protected BeanPropertyDescriptor[] |
BeanSerializer.propertyDescriptor
|
Uses of BeanPropertyDescriptor in org.apache.axis.utils |
Methods in org.apache.axis.utils that return BeanPropertyDescriptor | |
static BeanPropertyDescriptor[] |
BeanUtils.getPd(java.lang.Class javaType)
Create a BeanPropertyDescriptor array for the indicated class. |
static BeanPropertyDescriptor[] |
BeanUtils.processPropertyDescriptors(java.beans.PropertyDescriptor[] rawPd,
java.lang.Class cls)
This method attempts to sort the property descriptors to match the order defined in the class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |