Class IsoDateSerializer

Object
JsonSerializer<Date>
IsoDateSerializer
All Implemented Interfaces:
JsonFormatVisitable

public class IsoDateSerializer extends JsonSerializer<Date>
  • Nested Class Summary

    Nested classes/interfaces inherited from class JsonSerializer

    JsonSerializer.None
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serialize(Date date, JsonGenerator jsonGenerator, SerializerProvider provider)
     

    Methods inherited from class JsonSerializer

    acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IsoDateSerializer

      public IsoDateSerializer()
  • Method Details

    • serialize

      public void serialize(Date date, JsonGenerator jsonGenerator, SerializerProvider provider) throws IOException
      Specified by:
      serialize in class JsonSerializer<Date>
      Throws:
      IOException