org.codehaus.jackson.map.ext
Class JodaSerializers.JodaSerializer<T>
java.lang.Object
org.codehaus.jackson.map.JsonSerializer<T>
org.codehaus.jackson.map.ser.SerializerBase<T>
org.codehaus.jackson.map.ext.JodaSerializers.JodaSerializer<T>
- All Implemented Interfaces:
- SchemaAware
- Direct Known Subclasses:
- JodaSerializers.DateMidnightSerializer, JodaSerializers.DateTimeSerializer, JodaSerializers.LocalDateSerializer, JodaSerializers.LocalDateTimeSerializer
- Enclosing class:
- JodaSerializers
protected abstract static class JodaSerializers.JodaSerializer<T>
- extends SerializerBase<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JodaSerializers.JodaSerializer
protected JodaSerializers.JodaSerializer(Class<T> cls)
printLocalDateTime
protected String printLocalDateTime(ReadablePartial dateValue)
throws IOException,
JsonProcessingException
- Throws:
IOException
JsonProcessingException
printLocalDate
protected String printLocalDate(ReadablePartial dateValue)
throws IOException,
JsonProcessingException
- Throws:
IOException
JsonProcessingException
printLocalDate
protected String printLocalDate(ReadableInstant dateValue)
throws IOException,
JsonProcessingException
- Throws:
IOException
JsonProcessingException