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, wrapAndThrow
isUnwrappingSerializer, serializeWithType, unwrappingSerializer
protected JodaSerializer(java.lang.Class<T> cls)
protected java.lang.String printLocalDateTime(org.joda.time.ReadablePartial dateValue) throws java.io.IOException, JsonProcessingException
java.io.IOException
JsonProcessingException
protected java.lang.String printLocalDate(org.joda.time.ReadablePartial dateValue) throws java.io.IOException, JsonProcessingException
java.io.IOException
JsonProcessingException
protected java.lang.String printLocalDate(org.joda.time.ReadableInstant dateValue) throws java.io.IOException, JsonProcessingException
java.io.IOException
JsonProcessingException