Package net.jextra.fauxjo.coercer
Class ByteCoercer
- java.lang.Object
-
- net.jextra.fauxjo.coercer.ByteCoercer
-
- All Implemented Interfaces:
TypeCoercer<Byte>
public class ByteCoercer extends Object implements TypeCoercer<Byte>
-
-
Field Summary
-
Fields inherited from interface net.jextra.fauxjo.coercer.TypeCoercer
ERROR_MSG
-
-
Constructor Summary
Constructors Constructor Description ByteCoercer()
-
-
-
Method Detail
-
convertTo
public Object convertTo(Byte value, Class<?> targetClass) throws FauxjoException
- Specified by:
convertToin interfaceTypeCoercer<Byte>- Throws:
FauxjoException
-
-