org.mockserver.client.serialization.deserializers.body
Class BodyWithContentTypeDTODeserializer

java.lang.Object
  extended by com.fasterxml.jackson.databind.JsonDeserializer<T>
      extended by com.fasterxml.jackson.databind.deser.std.StdDeserializer<BodyWithContentTypeDTO>
          extended by org.mockserver.client.serialization.deserializers.body.BodyWithContentTypeDTODeserializer
All Implemented Interfaces:
Serializable

public class BodyWithContentTypeDTODeserializer
extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<BodyWithContentTypeDTO>

Author:
jamesdbloom
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer
com.fasterxml.jackson.databind.JsonDeserializer.None
 
Field Summary
 
Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer
_valueClass, F_MASK_INT_COERCIONS
 
Constructor Summary
BodyWithContentTypeDTODeserializer()
           
 
Method Summary
 BodyWithContentTypeDTO deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext ctxt)
           
 
Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer
_coerceIntegral, _deserializeFromEmpty, _failDoubleToIntCoercion, _hasTextualNull, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _parseBoolean, _parseBooleanFromOther, _parseBooleanPrimitive, _parseByte, _parseDate, _parseDouble, _parseDoublePrimitive, _parseFloat, _parseFloatPrimitive, _parseInteger, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseShort, _parseShortPrimitive, _parseString, deserializeWithType, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, getValueClass, getValueType, handledType, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer, parseDouble
 
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BodyWithContentTypeDTODeserializer

public BodyWithContentTypeDTODeserializer()
Method Detail

deserialize

public BodyWithContentTypeDTO deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
                                          com.fasterxml.jackson.databind.DeserializationContext ctxt)
                                   throws IOException
Specified by:
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<BodyWithContentTypeDTO>
Throws:
IOException


Copyright © 2017. All rights reserved.