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