Package | Description |
---|---|
org.apache.axis2.databinding.utils |
Modifier and Type | Method and Description |
---|---|
static Object |
BeanUtil.deserialize(Class beanClass,
OMElement beanElement,
MultirefHelper helper,
ObjectSupplier objectSupplier) |
static Collection<Object> |
BeanUtil.processGenericCollection(OMElement omElement,
OMElement[] toReturn,
Type generictype,
MultirefHelper helper,
ObjectSupplier objectSupplier,
Iterator parts,
boolean bare)
Process collection.
|
static Collection<Object> |
BeanUtil.processGenericCollection(OMElement omElement,
Type generictype,
MultirefHelper helper,
ObjectSupplier objectSupplier)
Process generic collection.
|
static Map<Object,Object> |
BeanUtil.processGenericsMapElement(Type[] parameterArgTypes,
OMElement omElement,
MultirefHelper helper,
Iterator parts,
ObjectSupplier objectSupplier,
Type genericType)
This method deserialize OM model in to a instance of java.util.Map
|
static Object |
BeanUtil.processObject(OMElement omElement,
Class classType,
MultirefHelper helper,
boolean isArrayType,
ObjectSupplier objectSupplier,
Type generictype) |
Copyright © The Apache Software Foundation. All Rights Reserved.