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