Uses of Class
org.apache.axis.utils.BeanPropertyDescriptor
-
Packages that use BeanPropertyDescriptor Package Description org.apache.axis.description org.apache.axis.encoding.ser org.apache.axis.utils -
-
Uses of BeanPropertyDescriptor in org.apache.axis.description
Methods in org.apache.axis.description that return BeanPropertyDescriptor Modifier and Type Method Description BeanPropertyDescriptor
TypeDesc. getAnyContentDescriptor()
BeanPropertyDescriptor
TypeDesc. getAnyDesc()
BeanPropertyDescriptor[]
TypeDesc. getPropertyDescriptors()
Get/Cache the property descriptors -
Uses of BeanPropertyDescriptor in org.apache.axis.encoding.ser
Fields in org.apache.axis.encoding.ser declared as BeanPropertyDescriptor Modifier and Type Field Description protected BeanPropertyDescriptor[]
BeanSerializer. propertyDescriptor
protected BeanPropertyDescriptor[]
BeanSerializerFactory. propertyDescriptor
Methods in org.apache.axis.encoding.ser that return BeanPropertyDescriptor Modifier and Type Method Description BeanPropertyDescriptor
BeanDeserializer. getAnyPropertyDesc()
Get a BeanPropertyDescriptor which indicates where we should put extensibility elements (i.e.Constructors in org.apache.axis.encoding.ser with parameters of type BeanPropertyDescriptor Constructor Description BeanPropertyTarget(java.lang.Object object, BeanPropertyDescriptor pd)
This constructor is used for a normal property.BeanPropertyTarget(java.lang.Object object, BeanPropertyDescriptor pd, int i)
This constructor is used for an indexed property.BeanSerializer(java.lang.Class javaType, QName xmlType, TypeDesc typeDesc, BeanPropertyDescriptor[] propertyDescriptor)
-
Uses of BeanPropertyDescriptor in org.apache.axis.utils
Subclasses of BeanPropertyDescriptor in org.apache.axis.utils Modifier and Type Class Description class
FieldPropertyDescriptor
Methods in org.apache.axis.utils that return BeanPropertyDescriptor Modifier and Type Method Description static BeanPropertyDescriptor
BeanUtils. getAnyContentPD(java.lang.Class javaType)
static BeanPropertyDescriptor[]
BeanUtils. getPd(java.lang.Class javaType)
Create a BeanPropertyDescriptor array for the indicated class.static BeanPropertyDescriptor[]
BeanUtils. getPd(java.lang.Class javaType, TypeDesc typeDesc)
Create a BeanPropertyDescriptor array for the indicated class.static BeanPropertyDescriptor
BeanUtils. getSpecificPD(java.beans.PropertyDescriptor[] pds, java.lang.String name)
static BeanPropertyDescriptor
BeanUtils. getSpecificPD(BeanPropertyDescriptor[] pds, java.lang.String name)
static BeanPropertyDescriptor[]
BeanUtils. processPropertyDescriptors(java.beans.PropertyDescriptor[] rawPd, java.lang.Class cls)
This method attempts to sort the property descriptors using the typeDesc and order defined in the class.static BeanPropertyDescriptor[]
BeanUtils. processPropertyDescriptors(java.beans.PropertyDescriptor[] rawPd, java.lang.Class cls, TypeDesc typeDesc)
Methods in org.apache.axis.utils with parameters of type BeanPropertyDescriptor Modifier and Type Method Description static BeanPropertyDescriptor
BeanUtils. getSpecificPD(BeanPropertyDescriptor[] pds, java.lang.String name)
-