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 TypeClassDescriptionclassAbstractDateConverter<E extends Date>Used by sql2o to convert a value from the database into aDate.classUsed by sql2o to convert a value from the database into aBigDecimal.classCreated with IntelliJ IDEA.classUser: lars Date: 6/13/13 Time: 11:36 PMclassUsed by sql2o to convert a value from the database into aByte.classUsed by sql2o to convert a value from the database into aDate.classUsed by sql2o to convert a value from the database into aDouble.classUsed by sql2o to convert a value from the database into aFloat.classCreated with IntelliJ IDEA.classclassUsed by sql2o to convert a value from the database into anInteger.classclassclassclassUsed by sql2o to convert a value from the database into aLong.classNumberConverter<V extends Number>Base class for numeric converters.classclassUsed by sql2o to convert a value from the database into aShort.classclassUsed by sql2o to convert a value from the database into aString.classUsed by sql2o to convert a value from the database into aUUID.Methods in org.sql2o.converters that return ConverterModifier and TypeMethodDescriptionstatic ConverterConvert.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 voidConvert.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 TypeClassDescriptionclassUsed by sql2o to convert a value from the database into aDateTimeinstance.classCreated by lars on 01.05.14.classCreated 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