Uses of Interface
org.sql2o.converters.Converter
Packages that use 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
Classes in org.sql2o.converters that implement ConverterModifier 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
.Methods in org.sql2o.converters that return ConverterModifier 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) Methods in org.sql2o.converters with parameters of type ConverterModifier and TypeMethodDescriptionstatic void
Convert.registerConverter
(Class clazz, Converter converter) Deprecated.static <E> Converter
<E> Convert.throwIfNull
(Class<E> clazz, Converter<E> converter) Method parameters in org.sql2o.converters with type arguments of type Converter -
Uses of Converter in org.sql2o.converters.joda
Classes in org.sql2o.converters.joda that implement ConverterModifier 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
Fields in org.sql2o.quirks with type parameters of type ConverterMethods in org.sql2o.quirks that return ConverterModifier and TypeMethodDescription<E> Converter
<E> NoQuirks.converterOf
(Class<E> ofClass) <E> Converter
<E> Quirks.converterOf
(Class<E> ofClass) Constructor parameters in org.sql2o.quirks with type arguments of type Converter