public class ExceptionIgnoringIntegerDeserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Integer>
| Constructor and Description |
|---|
ExceptionIgnoringIntegerDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic ExceptionIgnoringIntegerDeserializer()
public java.lang.Integer deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
throws java.io.IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Integer>java.io.IOExceptionCopyright © 2018. All Rights Reserved.