org.jboss.errai.common.client.types
Interface TypeHandler<V,T>

All Known Implementing Classes:
CollectionToBooleanArray, CollectionToByteArray, CollectionToCharArray, CollectionToDoubleArray, CollectionToFloatArray, CollectionToIntArray, CollectionToList, CollectionToLongArray, CollectionToObjArray, CollectionToSet, CollectionToStringArray, IntToByte, NumberToByte, NumberToDate, NumberToDouble, NumberToFloat, NumberToInt, NumberToLong, NumberToShort, NumberToSQLDate

public interface TypeHandler<V,T>


Method Summary
 T getConverted(V in, DecodingContext decodingContext)
           
 

Method Detail

getConverted

T getConverted(V in,
               DecodingContext decodingContext)


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