Class OffsetDateTimeSerializer

java.lang.Object
org.codehaus.jackson.map.JsonSerializer<T>
org.codehaus.jackson.map.ser.std.SerializerBase<OffsetDateTime>
com.atlassian.confluence.rest.serialization.OffsetDateTimeSerializer
All Implemented Interfaces:
org.codehaus.jackson.schema.SchemaAware

public final class OffsetDateTimeSerializer extends org.codehaus.jackson.map.ser.std.SerializerBase<OffsetDateTime>
Since:
8.6
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.codehaus.jackson.map.JsonSerializer

    org.codehaus.jackson.map.JsonSerializer.None
  • Field Summary

    Fields inherited from class org.codehaus.jackson.map.ser.std.SerializerBase

    _handledType
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serialize(OffsetDateTime value, org.codehaus.jackson.JsonGenerator jgen, org.codehaus.jackson.map.SerializerProvider provider)
     
     
     

    Methods inherited from class org.codehaus.jackson.map.ser.std.SerializerBase

    createObjectNode, createSchemaNode, createSchemaNode, getSchema, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrow, wrapAndThrow, wrapAndThrow

    Methods inherited from class org.codehaus.jackson.map.JsonSerializer

    isUnwrappingSerializer, serializeWithType, unwrappingSerializer

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait