Package | Description |
---|---|
org.apache.axis2.databinding.utils |
Modifier and Type | Method and Description |
---|---|
static Object |
BeanUtil.deserialize(Class beanClass,
org.apache.axiom.om.OMElement beanElement,
MultirefHelper helper,
ObjectSupplier objectSupplier) |
static Collection<Object> |
BeanUtil.processGenericCollection(org.apache.axiom.om.OMElement omElement,
org.apache.axiom.om.OMElement[] toReturn,
Type generictype,
MultirefHelper helper,
ObjectSupplier objectSupplier,
Iterator parts,
boolean bare)
Process collection.
|
static Collection<Object> |
BeanUtil.processGenericCollection(org.apache.axiom.om.OMElement omElement,
Type generictype,
MultirefHelper helper,
ObjectSupplier objectSupplier)
Process generic collection.
|
static Map<Object,Object> |
BeanUtil.processGenericsMapElement(Type[] parameterArgTypes,
org.apache.axiom.om.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(org.apache.axiom.om.OMElement omElement,
Class classType,
MultirefHelper helper,
boolean isArrayType,
ObjectSupplier objectSupplier,
Type generictype) |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.