JsonFormatVisitable, SchemaAware, ContextualSerializer, Serializablepublic class DateSerializer extends DateTimeSerializerBase<Date>
JsonSerializer.None| Modifier and Type | Field | Description |
|---|---|---|
static DateSerializer |
instance |
Default instance that is used when no contextual configuration
is needed.
|
_customFormat, _reusedCustomFormat, _useTimestamp_handledType| Constructor | Description |
|---|---|
DateSerializer() |
|
DateSerializer(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.
|
DateSerializer |
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 static final DateSerializer instance
public DateSerializer()
public DateSerializer(Boolean useTimestamp, DateFormat customFormat)
public DateSerializer 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.