public class OptionalIntDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<OptionalInt>
| Constructor and Description |
|---|
OptionalIntDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
OptionalInt |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
OptionalInt |
getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) |
_byteOverflow, _coerceIntegral, _deserializeFromEmpty, _failDoubleToIntCoercion, _findNullProvider, _hasTextualNull, _intOverflow, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _parseBooleanFromInt, _parseBooleanPrimitive, _parseDate, _parseDate, _parseDoublePrimitive, _parseFloatPrimitive, _parseIntPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _shortOverflow, deserializeWithType, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer, parseDoubledeserialize, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic OptionalInt getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
getNullValue in interface com.fasterxml.jackson.databind.deser.NullValueProvidergetNullValue in class com.fasterxml.jackson.databind.JsonDeserializer<OptionalInt>public OptionalInt deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<OptionalInt>IOExceptionCopyright © 2017 FasterXML. All rights reserved.