Uses of Interface
org.sql2o.converters.Converter
Package
Description
Provides the main api for sql2o.
Provides all converters used by sql2o.
-
Uses of Converter in org.sql2o
-
Uses of Converter in org.sql2o.converters
Modifier and TypeClassDescriptionclass
AbstractDateConverter<E extends Date>
Used by sql2o to convert a value from the database into aDate
.class
Used by sql2o to convert a value from the database into aBigDecimal
.class
Created with IntelliJ IDEA.class
User: lars Date: 6/13/13 Time: 11:36 PMclass
Used by sql2o to convert a value from the database into aByte
.class
Used by sql2o to convert a value from the database into aDate
.class
Used by sql2o to convert a value from the database into aDouble
.class
Used by sql2o to convert a value from the database into aFloat
.class
Created with IntelliJ IDEA.class
class
Used by sql2o to convert a value from the database into anInteger
.class
class
class
class
Used by sql2o to convert a value from the database into aLong
.class
NumberConverter<V extends Number>
Base class for numeric converters.class
class
Used by sql2o to convert a value from the database into aShort
.class
class
Used by sql2o to convert a value from the database into aString
.class
Used by sql2o to convert a value from the database into aUUID
.Modifier and TypeMethodDescriptionstatic Converter
Convert.getConverter
(Class clazz) Deprecated.static <E> Converter
<E> Convert.getConverterIfExists
(Class<E> clazz) DefaultEnumConverterFactory.newConverter
(Class<E> enumType) EnumConverterFactory.newConverter
(Class<E> enumClass) static <E> Converter
<E> Convert.throwIfNull
(Class<E> clazz, Converter<E> converter) Modifier and TypeMethodDescriptionstatic void
Convert.registerConverter
(Class clazz, Converter converter) Deprecated.static <E> Converter
<E> Convert.throwIfNull
(Class<E> clazz, Converter<E> converter) -
Uses of Converter in org.sql2o.converters.joda
Modifier and TypeClassDescriptionclass
Used by sql2o to convert a value from the database into aDateTime
instance.class
Created by lars on 01.05.14.class
Created by lars on 12/18/13. -
Uses of Converter in org.sql2o.quirks
Modifier and TypeMethodDescription<E> Converter
<E> NoQuirks.converterOf
(Class<E> ofClass) <E> Converter
<E> Quirks.converterOf
(Class<E> ofClass)