|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Converter | |
|---|---|
| org.javalite.activejdbc | |
| org.javalite.activejdbc.conversion | |
| Uses of Converter in org.javalite.activejdbc |
|---|
| Methods in org.javalite.activejdbc with parameters of type Converter | |
|---|---|
static void |
ModelDelegate.convertWith(Class<? extends Model> clazz,
Converter converter,
String... attributeNames)
|
protected static void |
Model.convertWith(Converter converter,
String... attributeNames)
Registers a custom converter for the specified attributes. |
| Uses of Converter in org.javalite.activejdbc.conversion |
|---|
| Classes in org.javalite.activejdbc.conversion that implement Converter | |
|---|---|
class |
BlankToNullConverter
Converts instances of String that are empty or contain only whitespaces to null. |
class |
ConverterAdapter<S,T>
Converts instances of S to T. |
class |
DateToStringConverter
Converts instances of Date to String. |
class |
StringToSqlDateConverter
Converts instances of String to Date. |
class |
StringToTimestampConverter
Converts instances of String to Timestamp. |
class |
ZeroToNullConverter
Converts instances of Number that are zero to null. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||