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