Package org.cyclos.utils.coercion
Class BigDecimalCoercer
- java.lang.Object
-
- org.cyclos.utils.coercion.AbstractCoercer<BigDecimal>
-
- org.cyclos.utils.coercion.BigDecimalCoercer
-
- All Implemented Interfaces:
Coercer<BigDecimal>
public class BigDecimalCoercer extends AbstractCoercer<BigDecimal>
-
-
Constructor Summary
Constructors Constructor Description BigDecimalCoercer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimaldoCoerce(Object input)-
Methods inherited from class org.cyclos.utils.coercion.AbstractCoercer
coerce, getToType
-
-
-
-
Method Detail
-
doCoerce
public BigDecimal doCoerce(Object input)
- Specified by:
doCoercein classAbstractCoercer<BigDecimal>
-
-