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

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

public class CollectionToSet
extends Object
implements TypeHandler<Collection,Set>


Constructor Summary
CollectionToSet()
           
 
Method Summary
 Set 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

CollectionToSet

public CollectionToSet()
Method Detail

getConverted

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


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