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