public class OSBadBooleanDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<Boolean>
Constructor and Description |
---|
OSBadBooleanDeserializer() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
_parseBooleanFromNumber(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
_parse boolean from number.
|
Boolean |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializer
public Boolean deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
deserialize
in class com.fasterxml.jackson.databind.JsonDeserializer<Boolean>
IOException
com.fasterxml.jackson.core.JsonProcessingException
protected final boolean _parseBooleanFromNumber(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
jp
- the jpctxt
- the ctxtIOException
- Signals that an I/O exception has occurred.com.fasterxml.jackson.core.JsonProcessingException
- the json processing exceptionCopyright © 2017. All rights reserved.