public final class DateToLocalDateConverter extends AbstractConverter<Date,LocalDate>
| Constructor and Description | 
|---|
DateToLocalDateConverter()  | 
| Modifier and Type | Method and Description | 
|---|---|
LocalDate | 
from(Date t)
Convert a database object to a user object 
 | 
Date | 
to(LocalDate u)
Convert a user object to a database object 
 | 
fromType, toString, toTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitandThen, inverse, of, ofNullableCopyright © 2019. All rights reserved.