Class CommentStatusDeserializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonDeserializer<CommentStatus>
-
- consulting.pigott.wordpress.model.CommentStatusDeserializer
-
public class CommentStatusDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<CommentStatus>
-
-
Constructor Summary
Constructors Constructor Description CommentStatusDeserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentStatusdeserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)-
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializer
-
-
-
-
Method Detail
-
deserialize
public CommentStatus deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws java.io.IOException, com.fasterxml.jackson.core.JsonProcessingException
- Specified by:
deserializein classcom.fasterxml.jackson.databind.JsonDeserializer<CommentStatus>- Throws:
java.io.IOExceptioncom.fasterxml.jackson.core.JsonProcessingException
-
-