public class LocalDateTimeValueHandler extends BaseValueHandler<LocalDateTime>
| Constructor and Description |
|---|
LocalDateTimeValueHandler() |
LocalDateTimeValueHandler(IValueConverter<LocalDateTime,Long> dateTimeConverter) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength(LocalDateTime value) |
protected void |
internalHandle(DataOutputStream buffer,
LocalDateTime value) |
handlepublic LocalDateTimeValueHandler()
public LocalDateTimeValueHandler(IValueConverter<LocalDateTime,Long> dateTimeConverter)
protected void internalHandle(DataOutputStream buffer, LocalDateTime value) throws Exception
internalHandle in class BaseValueHandler<LocalDateTime>Exceptionpublic int getLength(LocalDateTime value)
Copyright © 2020. All rights reserved.