See: Description
| Interface | Description | 
|---|---|
| Converter<S,T> | 
 Converts instances of S to T. 
 | 
| Class | Description | 
|---|---|
| ConverterAdapter<S,T> | 
 Converts instances of S to T. 
 | 
| DateToStringConverter | |
| StringToSqlDateConverter | |
| StringToTimestampConverter | 
| Enum | Description | 
|---|---|
| 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 | Description | 
|---|---|
| ConversionException | 
 Class for conversion exceptions. 
 | 
Copyright © 2020 JavaLite. All rights reserved.