JsonFormatVisitable, SchemaAware, ContextualSerializer, Serializablepublic class SqlDateSerializer extends DateTimeSerializerBase<Date>
Date serialization, we do use String
representation here. Why? Basically to truncate of time part, since
that should not be used by plain SQL date.JsonSerializer.None_customFormat, _reusedCustomFormat, _useTimestamp_handledType| Modifier | Constructor | Description |
|---|---|---|
|
SqlDateSerializer() |
|
protected |
SqlDateSerializer(Boolean useTimestamp,
DateFormat customFormat) |
| Modifier and Type | Method | Description |
|---|---|---|
protected long |
_timestamp(Date value) |
|
void |
serialize(Date value,
com.fasterxml.jackson.core.JsonGenerator g,
SerializerProvider provider) |
Method that can be called to ask implementation to serialize
values of type this serializer handles.
|
SqlDateSerializer |
withFormat(Boolean timestamp,
DateFormat customFormat) |
_acceptJsonFormatVisitor, _asTimestamp, _serializeAsString, acceptJsonFormatVisitor, createContextual, getSchema, isEmptygetDelegatee, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitserializeWithType_neitherNull, _nonEmpty, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrowpublic SqlDateSerializer()
protected SqlDateSerializer(Boolean useTimestamp, DateFormat customFormat)
public SqlDateSerializer withFormat(Boolean timestamp, DateFormat customFormat)
withFormat in class DateTimeSerializerBase<Date>protected long _timestamp(Date value)
_timestamp in class DateTimeSerializerBase<Date>public void serialize(Date value, com.fasterxml.jackson.core.JsonGenerator g, SerializerProvider provider) throws IOException
JsonSerializerserialize in class DateTimeSerializerBase<Date>value - Value to serialize; can not be null.g - Generator used to output resulting Json contentprovider - Provider that can be used to get serializers for
serializing Objects value contains, if any.IOExceptionCopyright © 2008–2018. All rights reserved.