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
-
-
Constructor Summary
Constructors Constructor Description DocumentAnnotationDeserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods 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
-
-
-
-
Method Detail
-
deserialize
public DocumentAnnotationJson deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
- Specified by:
deserialize
in classcom.fasterxml.jackson.databind.JsonDeserializer<DocumentAnnotationJson>
- Throws:
IOException
com.fasterxml.jackson.core.JsonProcessingException
-
-