public class ErrorResponseSerializer extends com.fasterxml.jackson.databind.JsonSerializer<ErrorResponse>
| Constructor and Description |
|---|
ErrorResponseSerializer() |
| Modifier and Type | Method and Description |
|---|---|
Class<ErrorResponse> |
handledType() |
void |
serialize(ErrorResponse errorResponse,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
public void serialize(ErrorResponse errorResponse, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<ErrorResponse>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionpublic Class<ErrorResponse> handledType()
handledType in class com.fasterxml.jackson.databind.JsonSerializer<ErrorResponse>Copyright © 2015. All Rights Reserved.