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