public class OffsetDateTime2TimestampConverter extends Object implements org.modelmapper.spi.ConditionalConverter<OffsetDateTime,Timestamp>
| Constructor and Description |
|---|
OffsetDateTime2TimestampConverter() |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
convert(org.modelmapper.spi.MappingContext<OffsetDateTime,Timestamp> context) |
org.modelmapper.spi.ConditionalConverter.MatchResult |
match(Class<?> sourceType,
Class<?> destinationType) |
public org.modelmapper.spi.ConditionalConverter.MatchResult match(Class<?> sourceType, Class<?> destinationType)
match in interface org.modelmapper.spi.ConditionalConverter<OffsetDateTime,Timestamp>public Timestamp convert(org.modelmapper.spi.MappingContext<OffsetDateTime,Timestamp> context)
convert in interface org.modelmapper.Converter<OffsetDateTime,Timestamp>Copyright © 2025. All rights reserved.