Class 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 RestEntitySerializer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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
    • Constructor Detail

      • RestEntitySerializer

        protected RestEntitySerializer()
    • Method Detail

      • 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