public class ErrorResponseDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<ErrorResponse>
| Constructor and Description |
|---|
ErrorResponseDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
ErrorResponse |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext context) |
Class<ErrorResponse> |
handledType() |
public ErrorResponse deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext context) throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<ErrorResponse>IOExceptionpublic Class<ErrorResponse> handledType()
handledType in class com.fasterxml.jackson.databind.JsonDeserializer<ErrorResponse>Copyright © 2016. All Rights Reserved.