Class RestEntitySerializer

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

public class RestEntitySerializer extends org.codehaus.jackson.map.ser.std.SerializerBase<RestEntity>
  • 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
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serialize(RestEntity entity, org.codehaus.jackson.JsonGenerator jsonGen, org.codehaus.jackson.map.SerializerProvider serializerProvider)
     

    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
  • Constructor Details

    • RestEntitySerializer

      protected RestEntitySerializer()
  • Method Details

    • serialize

      public void serialize(RestEntity entity, org.codehaus.jackson.JsonGenerator jsonGen, org.codehaus.jackson.map.SerializerProvider serializerProvider) throws IOException
      Specified by:
      serialize in class org.codehaus.jackson.map.ser.std.SerializerBase<RestEntity>
      Throws:
      IOException