Class DocumentAnnotationDeserializer

java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<T>
com.fasterxml.jackson.databind.deser.std.StdDeserializer<DocumentAnnotationJson>
com.blackberry.workspaces.sdk.api.DocumentAnnotationDeserializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider, Serializable

public class DocumentAnnotationDeserializer
extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<DocumentAnnotationJson>
See Also:
Serialized Form
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

    com.fasterxml.jackson.databind.JsonDeserializer.None
  • Constructor Summary

    Constructors 
    Constructor Description
    DocumentAnnotationDeserializer()  
  • Method Summary

    Modifier and Type Method Description
    DocumentAnnotationJson deserialize​(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)  

    Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

    deserializeWithType, getValueClass, getValueType, getValueType, handledType

    Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

    deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait