protected abstract static class JodaSerializers.JodaSerializer<T> extends SerializerBase<T>
JsonSerializer.None_handledType| Modifier | Constructor and Description |
|---|---|
protected |
JodaSerializer(java.lang.Class<T> cls) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
printLocalDate(org.joda.time.ReadableInstant dateValue) |
protected java.lang.String |
printLocalDate(org.joda.time.ReadablePartial dateValue) |
protected java.lang.String |
printLocalDateTime(org.joda.time.ReadablePartial dateValue) |
createObjectNode, createSchemaNode, createSchemaNode, getSchema, handledType, isDefaultSerializer, serialize, wrapAndThrow, wrapAndThrow, wrapAndThrow, wrapAndThrowisUnwrappingSerializer, serializeWithType, unwrappingSerializerprotected JodaSerializer(java.lang.Class<T> cls)
protected java.lang.String printLocalDateTime(org.joda.time.ReadablePartial dateValue)
throws java.io.IOException,
JsonProcessingException
java.io.IOExceptionJsonProcessingExceptionprotected java.lang.String printLocalDate(org.joda.time.ReadablePartial dateValue)
throws java.io.IOException,
JsonProcessingException
java.io.IOExceptionJsonProcessingExceptionprotected java.lang.String printLocalDate(org.joda.time.ReadableInstant dateValue)
throws java.io.IOException,
JsonProcessingException
java.io.IOExceptionJsonProcessingException