public class SqlDateSerializer extends DateTimeSerializerBase<java.sql.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
Constructor and Description |
---|
SqlDateSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
serialize(java.sql.Date value,
JsonGenerator g,
SerializerProvider provider)
Method that can be called to ask implementation to serialize
values of type this serializer handles.
|
SqlDateSerializer |
withFormat(java.lang.Boolean timestamp,
java.text.DateFormat customFormat) |
acceptJsonFormatVisitor, createContextual, getSchema, isEmpty
serializeWithType
getSchema, handledType, wrapAndThrow, wrapAndThrow
getDelegatee, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
public SqlDateSerializer withFormat(java.lang.Boolean timestamp, java.text.DateFormat customFormat)
withFormat
in class DateTimeSerializerBase<java.sql.Date>
public void serialize(java.sql.Date value, JsonGenerator g, SerializerProvider provider) throws java.io.IOException
JsonSerializer
serialize
in class DateTimeSerializerBase<java.sql.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.java.io.IOException
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"