Class ByteConverter

java.lang.Object
org.sql2o.converters.NumberConverter<Byte>
org.sql2o.converters.ByteConverter
All Implemented Interfaces:
Converter<Byte>

public class ByteConverter extends NumberConverter<Byte>
Used by sql2o to convert a value from the database into a Byte.