public class ErrorDeserializer extends org.codehaus.jackson.map.JsonDeserializer<ErrorResponse>
| Constructor and Description |
|---|
ErrorDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
ErrorResponse |
deserialize(org.codehaus.jackson.JsonParser jp,
org.codehaus.jackson.map.DeserializationContext ctxt)
Method that can be called to ask implementation to deserialize
JSON content into the value type this serializer handles.
|
public ErrorResponse deserialize(org.codehaus.jackson.JsonParser jp, org.codehaus.jackson.map.DeserializationContext ctxt) throws IOException, org.codehaus.jackson.JsonProcessingException
deserialize in class org.codehaus.jackson.map.JsonDeserializer<ErrorResponse>jp - Parsed used for reading JSON contentctxt - Context that can be used to access information about
this deserialization activity.IOExceptionorg.codehaus.jackson.JsonProcessingExceptionCopyright © 2014. All rights reserved.