public class TimestampToLocalDateConverter
extends com.github.dozermapper.core.DozerConverter<java.sql.Timestamp,java.time.LocalDate>
| 构造器和说明 |
|---|
TimestampToLocalDateConverter() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.sql.Timestamp |
convertFrom(java.time.LocalDate source,
java.sql.Timestamp destination) |
java.time.LocalDate |
convertTo(java.sql.Timestamp source,
java.time.LocalDate destination) |
public java.time.LocalDate convertTo(java.sql.Timestamp source,
java.time.LocalDate destination)
convertTo 在类中 com.github.dozermapper.core.DozerConverter<java.sql.Timestamp,java.time.LocalDate>public java.sql.Timestamp convertFrom(java.time.LocalDate source,
java.sql.Timestamp destination)
convertFrom 在类中 com.github.dozermapper.core.DozerConverter<java.sql.Timestamp,java.time.LocalDate>