Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.common.client.types.TypeHandler

Packages that use TypeHandler
org.jboss.errai.common.client.types   
org.jboss.errai.common.client.types.handlers.collections   
org.jboss.errai.common.client.types.handlers.numbers   
org.jboss.errai.common.client.types.handlers.primitives   
 

Uses of TypeHandler in org.jboss.errai.common.client.types
 

Methods in org.jboss.errai.common.client.types that return types with arguments of type TypeHandler
static Map<Class,TypeHandler> TypeHandlerFactory.getHandler(Class from)
           
 

Methods in org.jboss.errai.common.client.types with parameters of type TypeHandler
static void TypeHandlerFactory.addHandler(Class from, Class to, TypeHandler handler)
           
 

Uses of TypeHandler in org.jboss.errai.common.client.types.handlers.collections
 

Classes in org.jboss.errai.common.client.types.handlers.collections that implement TypeHandler
 class CollectionToBooleanArray
           
 class CollectionToByteArray
           
 class CollectionToCharArray
           
 class CollectionToDoubleArray
           
 class CollectionToFloatArray
           
 class CollectionToIntArray
           
 class CollectionToList
           
 class CollectionToLongArray
           
 class CollectionToObjArray
           
 class CollectionToQueue
           
 class CollectionToSet
           
 class CollectionToStringArray
           
 

Uses of TypeHandler in org.jboss.errai.common.client.types.handlers.numbers
 

Classes in org.jboss.errai.common.client.types.handlers.numbers that implement TypeHandler
 class NumberToByte
           
 class NumberToDate
           
 class NumberToDouble
           
 class NumberToFloat
           
 class NumberToInt
           
 class NumberToLong
           
 class NumberToShort
           
 class NumberToSQLDate
           
 

Uses of TypeHandler in org.jboss.errai.common.client.types.handlers.primitives
 

Classes in org.jboss.errai.common.client.types.handlers.primitives that implement TypeHandler
 class IntToByte
           
 


Errai 3.0.1-SNAPSHOT

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