Package org.javalite.activejdbc.conversion

Interface Summary
Converter<S,T> Converts instances of S to T.
 

Class Summary
ConverterAdapter<S,T> Converts instances of S to T.
DateToStringConverter Converts instances of Date to String.
StringToSqlDateConverter Converts instances of String to Date.
StringToTimestampConverter Converts instances of String to Timestamp.
 

Enum Summary
BlankToNullConverter Converts instances of String that are empty or contain only whitespaces to null.
ZeroToNullConverter Converts instances of Number that are zero to null.
 

Exception Summary
ConversionException Class for conversion exceptions.
 



Copyright © 2015 JavaLite. All rights reserved.