org.ektorp.impl.docref
Class BackReferencedBeanDeserializer

java.lang.Object
  extended by com.fasterxml.jackson.databind.JsonDeserializer<T>
      extended by com.fasterxml.jackson.databind.deser.std.StdDeserializer<Object>
          extended by org.ektorp.impl.docref.BackReferencedBeanDeserializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.ResolvableDeserializer, Serializable

public class BackReferencedBeanDeserializer
extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<Object>
implements com.fasterxml.jackson.databind.deser.ResolvableDeserializer

Author:
ragnar rova
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
BackReferencedBeanDeserializer(com.fasterxml.jackson.databind.deser.BeanDeserializer deserializer, List<ConstructibleAnnotatedCollection> fields, CouchDbConnector couchDbConnector, Class<?> clazz)
           
 
Method Summary
 Object deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
           
 Object deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt, Object intoValue)
           
 void resolve(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, _parseBooleanFromNumber, _parseBooleanPrimitive, _parseByte, _parseDate, _parseDouble, _parseDoublePrimitive, _parseFloat, _parseFloatPrimitive, _parseInteger, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseShort, _parseShortPrimitive, _parseString, deserializeWithType, findConvertingContentDeserializer, findDeserializer, getValueClass, getValueType, handledType, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer, parseDouble
 
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
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

BackReferencedBeanDeserializer

public BackReferencedBeanDeserializer(com.fasterxml.jackson.databind.deser.BeanDeserializer deserializer,
                                      List<ConstructibleAnnotatedCollection> fields,
                                      CouchDbConnector couchDbConnector,
                                      Class<?> clazz)
Method Detail

deserialize

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

deserialize

public Object deserialize(com.fasterxml.jackson.core.JsonParser jp,
                          com.fasterxml.jackson.databind.DeserializationContext ctxt,
                          Object intoValue)
                   throws IOException,
                          com.fasterxml.jackson.core.JsonProcessingException
Overrides:
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<Object>
Throws:
IOException
com.fasterxml.jackson.core.JsonProcessingException

resolve

public void resolve(com.fasterxml.jackson.databind.DeserializationContext ctxt)
             throws com.fasterxml.jackson.databind.JsonMappingException
Specified by:
resolve in interface com.fasterxml.jackson.databind.deser.ResolvableDeserializer
Throws:
com.fasterxml.jackson.databind.JsonMappingException


Copyright © 2017. All rights reserved.