public class LenientBooleanDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<Boolean>
| Modifier and Type | Field and Description |
|---|---|
static LenientBooleanDeserializer |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
deserialize, deserializeWithType, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic static final LenientBooleanDeserializer INSTANCE
public Boolean deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<Boolean>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2020. All rights reserved.