public class OptionalLongDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<OptionalLong>
| Constructor and Description |
|---|
OptionalLongDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
OptionalLong |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
OptionalLong |
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 OptionalLong getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
getNullValue in interface com.fasterxml.jackson.databind.deser.NullValueProvidergetNullValue in class com.fasterxml.jackson.databind.JsonDeserializer<OptionalLong>public OptionalLong deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<OptionalLong>IOExceptionCopyright © 2017 FasterXML. All rights reserved.