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