cascading.tuple.coerce
Class BigDecimalCoerce
java.lang.Object
cascading.tuple.coerce.Coercions.Coerce<BigDecimal>
cascading.tuple.coerce.BigDecimalCoerce
- All Implemented Interfaces:
- CoercibleType<BigDecimal>, Serializable, Type
public class BigDecimalCoerce
- extends Coercions.Coerce<BigDecimal>
- See Also:
- Serialized Form
BigDecimalCoerce
protected BigDecimalCoerce(Map<Type,Coercions.Coerce> map)
getCanonicalType
public Class<BigDecimal> getCanonicalType()
- Returns:
- the actual Java type this CoercibleType represents
coerce
public BigDecimal coerce(Object value)
- Specified by:
coerce
in class Coercions.Coerce<BigDecimal>
Copyright © 2007-2013 Concurrent, Inc. All Rights Reserved.