org.jboss.errai.common.client.types.handlers.primitives
Class IntToByte

java.lang.Object
  extended by org.jboss.errai.common.client.types.handlers.primitives.IntToByte
All Implemented Interfaces:
TypeHandler<Integer,Byte>

public class IntToByte
extends Object
implements TypeHandler<Integer,Byte>


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

Constructor Detail

IntToByte

public IntToByte()
Method Detail

getConverted

public Byte getConverted(Integer in,
                         DecodingContext ctx)
Specified by:
getConverted in interface TypeHandler<Integer,Byte>


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