public class ZonedDateTimeValueHandler extends BaseValueHandler<java.time.ZonedDateTime>
| Constructor and Description |
|---|
ZonedDateTimeValueHandler() |
ZonedDateTimeValueHandler(IValueConverter<java.time.ZonedDateTime,Long> dateTimeConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
internalHandle(DataOutputStream buffer,
java.time.ZonedDateTime value) |
handlepublic ZonedDateTimeValueHandler()
public ZonedDateTimeValueHandler(IValueConverter<java.time.ZonedDateTime,Long> dateTimeConverter)
protected void internalHandle(DataOutputStream buffer, java.time.ZonedDateTime value) throws Exception
internalHandle in class BaseValueHandler<java.time.ZonedDateTime>ExceptionCopyright © 2020. All rights reserved.