org.jboss.errai.common.client.types.handlers.collections
Class CollectionToObjArray

java.lang.Object
  extended by org.jboss.errai.common.client.types.handlers.collections.CollectionToObjArray
All Implemented Interfaces:
TypeHandler<Collection,Object[]>

public class CollectionToObjArray
extends Object
implements TypeHandler<Collection,Object[]>


Constructor Summary
CollectionToObjArray()
           
 
Method Summary
 Object[] getConverted(Collection in, DecodingContext decodingContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionToObjArray

public CollectionToObjArray()
Method Detail

getConverted

public Object[] getConverted(Collection in,
                             DecodingContext decodingContext)
Specified by:
getConverted in interface TypeHandler<Collection,Object[]>


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.