org.jboss.errai.common.client.types.handlers.numbers
Class NumberToShort

java.lang.Object
  extended by org.jboss.errai.common.client.types.handlers.numbers.NumberToShort
All Implemented Interfaces:
TypeHandler<Number,Short>

public class NumberToShort
extends Object
implements TypeHandler<Number,Short>


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

Constructor Detail

NumberToShort

public NumberToShort()
Method Detail

getConverted

public Short getConverted(Number in,
                          DecodingContext ctx)
Specified by:
getConverted in interface TypeHandler<Number,Short>


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