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

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

public class CollectionToList
extends Object
implements TypeHandler<Collection,List>


Constructor Summary
CollectionToList()
           
 
Method Summary
 List getConverted(Collection in, DecodingContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionToList

public CollectionToList()
Method Detail

getConverted

public List getConverted(Collection in,
                         DecodingContext ctx)
Specified by:
getConverted in interface TypeHandler<Collection,List>


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