public class GPlusPersonDeserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<com.google.api.services.plus.model.Person>
Constructor and Description |
---|
GPlusPersonDeserializer() |
Modifier and Type | Method and Description |
---|---|
com.google.api.services.plus.model.Person |
deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
Because the GooglePlus Person object contains complex objects within its hierarchy, we have to use
a custom deserializer
|
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializer
public com.google.api.services.plus.model.Person deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws IOException
deserialize
in class com.fasterxml.jackson.databind.JsonDeserializer<com.google.api.services.plus.model.Person>
jsonParser
- jsonParserdeserializationContext
- deserializationContextPerson
objectIOException
- IOExceptioncom.fasterxml.jackson.core.JsonProcessingException
- JsonProcessingExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.