cascading.tuple.coerce
Class ShortObjectCoerce

java.lang.Object
  extended by cascading.tuple.coerce.Coercions.Coerce<Short>
      extended by cascading.tuple.coerce.ShortObjectCoerce
All Implemented Interfaces:
CoercibleType<Short>, Serializable, Type

public class ShortObjectCoerce
extends Coercions.Coerce<Short>

See Also:
Serialized Form

Constructor Summary
protected ShortObjectCoerce(Map<Type,Coercions.Coerce> map)
           
 
Method Summary
 Short coerce(Object value)
           
 Class<Short> getCanonicalType()
           
 
Methods inherited from class cascading.tuple.coerce.Coercions.Coerce
canonical, coerce, equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShortObjectCoerce

protected ShortObjectCoerce(Map<Type,Coercions.Coerce> map)
Method Detail

getCanonicalType

public Class<Short> getCanonicalType()
Returns:
the actual Java type this CoercibleType represents

coerce

public Short coerce(Object value)
Specified by:
coerce in class Coercions.Coerce<Short>


Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.