public abstract class BooleanDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<Boolean>
Modifier | Constructor and Description |
---|---|
protected |
BooleanDeserializer(String trueValue,
String falseValue) |
Modifier and Type | Method and Description |
---|---|
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
Copyright © 2012–2016. All rights reserved.