public class StringToBookStatusDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<BookStatus>
| Constructor and Description |
|---|
StringToBookStatusDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
BookStatus |
deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializerpublic BookStatus deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<BookStatus>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2016. All rights reserved.