public class Timestamp2OffsetDateTimeConverter extends Object implements org.modelmapper.spi.ConditionalConverter<Timestamp,OffsetDateTime>
| Constructor and Description |
|---|
Timestamp2OffsetDateTimeConverter() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
convert(org.modelmapper.spi.MappingContext<Timestamp,OffsetDateTime> 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<Timestamp,OffsetDateTime>public OffsetDateTime convert(org.modelmapper.spi.MappingContext<Timestamp,OffsetDateTime> context)
convert in interface org.modelmapper.Converter<Timestamp,OffsetDateTime>Copyright © 2025. All rights reserved.