org.mockserver.client.serialization.serializers.body
Class JsonSchemaBodySerializer

java.lang.Object
  extended by com.fasterxml.jackson.databind.JsonSerializer<T>
      extended by com.fasterxml.jackson.databind.ser.std.StdSerializer<JsonSchemaBody>
          extended by org.mockserver.client.serialization.serializers.body.JsonSchemaBodySerializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, Serializable

public class JsonSchemaBodySerializer
extends com.fasterxml.jackson.databind.ser.std.StdSerializer<JsonSchemaBody>

Author:
jamesdbloom
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer
com.fasterxml.jackson.databind.JsonSerializer.None
 
Field Summary
 
Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer
_handledType
 
Constructor Summary
JsonSchemaBodySerializer()
           
 
Method Summary
 void serialize(JsonSchemaBody jsonSchemaBody, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
           
 
Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer
acceptJsonFormatVisitor, createObjectNode, createSchemaNode, createSchemaNode, findConvertingContentSerializer, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrow
 
Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer
getDelegatee, isEmpty, 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

JsonSchemaBodySerializer

public JsonSchemaBodySerializer()
Method Detail

serialize

public void serialize(JsonSchemaBody jsonSchemaBody,
                      com.fasterxml.jackson.core.JsonGenerator jgen,
                      com.fasterxml.jackson.databind.SerializerProvider provider)
               throws IOException
Specified by:
serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<JsonSchemaBody>
Throws:
IOException


Copyright © 2016. All rights reserved.