SchemaAwareJodaSerializers.DateMidnightSerializer, JodaSerializers.DateTimeSerializer, JodaSerializers.LocalDateSerializer, JodaSerializers.LocalDateTimeSerializerprotected abstract static class JodaSerializers.JodaSerializer<T> extends SerializerBase<T>
JsonSerializer.None_handledType| Modifier | Constructor | Description |
|---|---|---|
protected |
JodaSerializer(java.lang.Class<T> cls) |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.lang.String |
printLocalDate(ReadableInstant dateValue) |
|
protected java.lang.String |
printLocalDate(ReadablePartial dateValue) |
|
protected java.lang.String |
printLocalDateTime(ReadablePartial dateValue) |
isUnwrappingSerializer, serializeWithType, unwrappingSerializerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateObjectNode, createSchemaNode, createSchemaNode, getSchema, handledType, isDefaultSerializer, serialize, wrapAndThrow, wrapAndThrow, wrapAndThrow, wrapAndThrowprotected JodaSerializer(java.lang.Class<T> cls)
protected java.lang.String printLocalDateTime(ReadablePartial dateValue)
throws java.io.IOException,
JsonProcessingException
java.io.IOExceptionJsonProcessingExceptionprotected java.lang.String printLocalDate(ReadablePartial dateValue)
throws java.io.IOException,
JsonProcessingException
java.io.IOExceptionJsonProcessingExceptionprotected java.lang.String printLocalDate(ReadableInstant dateValue)
throws java.io.IOException,
JsonProcessingException
java.io.IOExceptionJsonProcessingException