Uses of Class
org.apache.axis2.databinding.utils.MultirefHelper
Packages that use MultirefHelper
-
Uses of MultirefHelper in org.apache.axis2.databinding.utils
Methods in org.apache.axis2.databinding.utils with parameters of type MultirefHelperModifier and TypeMethodDescriptionstatic ObjectBeanUtil.deserialize(Class beanClass, org.apache.axiom.om.OMElement beanElement, MultirefHelper helper, org.apache.axis2.engine.ObjectSupplier objectSupplier) static Collection<Object>BeanUtil.processGenericCollection(org.apache.axiom.om.OMElement omElement, Type generictype, MultirefHelper helper, org.apache.axis2.engine.ObjectSupplier objectSupplier) Process generic collection.static Collection<Object>BeanUtil.processGenericCollection(org.apache.axiom.om.OMElement omElement, org.apache.axiom.om.OMElement[] toReturn, Type generictype, MultirefHelper helper, org.apache.axis2.engine.ObjectSupplier objectSupplier, Iterator parts, boolean bare) Process collection.BeanUtil.processGenericsMapElement(Type[] parameterArgTypes, org.apache.axiom.om.OMElement omElement, MultirefHelper helper, Iterator parts, org.apache.axis2.engine.ObjectSupplier objectSupplier, Type genericType) This method deserialize OM model in to a instance of java.util.Mapstatic ObjectBeanUtil.processObject(org.apache.axiom.om.OMElement omElement, Class classType, MultirefHelper helper, boolean isArrayType, org.apache.axis2.engine.ObjectSupplier objectSupplier, Type generictype)