com.mangofactory.swagger.models.dto.jackson
Class SwaggerResourceListingJsonSerializer

java.lang.Object
  extended by com.fasterxml.jackson.databind.JsonSerializer<ResourceListing>
      extended by com.mangofactory.swagger.models.dto.jackson.SwaggerResourceListingJsonSerializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable

public class SwaggerResourceListingJsonSerializer
extends com.fasterxml.jackson.databind.JsonSerializer<ResourceListing>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer
com.fasterxml.jackson.databind.JsonSerializer.None
 
Constructor Summary
SwaggerResourceListingJsonSerializer(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
           
 
Method Summary
 void serialize(ResourceListing value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
           
 
Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer
acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isUnwrappingSerializer, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwaggerResourceListingJsonSerializer

public SwaggerResourceListingJsonSerializer(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Method Detail

serialize

public void serialize(ResourceListing value,
                      com.fasterxml.jackson.core.JsonGenerator jgen,
                      com.fasterxml.jackson.databind.SerializerProvider provider)
               throws java.io.IOException
Specified by:
serialize in class com.fasterxml.jackson.databind.JsonSerializer<ResourceListing>
Throws:
java.io.IOException