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, toType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
andThen, inverse, of, ofNullable
Copyright © 2019. All rights reserved.