Errai 3.0.1-SNAPSHOT

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

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

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


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

Constructor Detail

CollectionToIntArray

public CollectionToIntArray()
Method Detail

getConverted

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

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.