public abstract class TableDeserializer<T extends com.google.common.collect.Table<Object,Object,Object>>
extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<T>
implements com.fasterxml.jackson.databind.deser.ContextualDeserializer
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.KeyDeserializer |
_colDeserializer |
protected com.fasterxml.jackson.databind.deser.NullValueProvider |
_nullProvider |
protected com.fasterxml.jackson.databind.KeyDeserializer |
_rowDeserializer |
protected boolean |
_skipNullValues |
protected com.fasterxml.jackson.databind.type.MapLikeType |
_type |
protected com.fasterxml.jackson.databind.JsonDeserializer<?> |
_valueDeserializer |
protected com.fasterxml.jackson.databind.jsontype.TypeDeserializer |
_valueTypeDeserializer |
| Modifier | Constructor and Description |
|---|---|
protected |
TableDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type) |
protected |
TableDeserializer(com.fasterxml.jackson.databind.type.MapLikeType _type,
com.fasterxml.jackson.databind.KeyDeserializer _rowDeserializer,
com.fasterxml.jackson.databind.KeyDeserializer _colDeserializer,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer _valueTypeDeserializer,
com.fasterxml.jackson.databind.JsonDeserializer<?> _valueDeserializer) |
protected |
TableDeserializer(com.fasterxml.jackson.databind.type.MapLikeType _type,
com.fasterxml.jackson.databind.KeyDeserializer _rowDeserializer,
com.fasterxml.jackson.databind.KeyDeserializer _colDeserializer,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer _valueTypeDeserializer,
com.fasterxml.jackson.databind.JsonDeserializer<?> _valueDeserializer,
com.fasterxml.jackson.databind.deser.NullValueProvider nvp) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract com.fasterxml.jackson.databind.JsonDeserializer<?> |
_createContextual(com.fasterxml.jackson.databind.type.MapLikeType t,
com.fasterxml.jackson.databind.KeyDeserializer rkd,
com.fasterxml.jackson.databind.KeyDeserializer ckd,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer vtd,
com.fasterxml.jackson.databind.JsonDeserializer<?> vd,
com.fasterxml.jackson.databind.deser.NullValueProvider np) |
com.fasterxml.jackson.databind.JsonDeserializer<?> |
createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt,
com.fasterxml.jackson.databind.BeanProperty property)
We need to use this method to properly handle possible contextual variants of key and value
deserializers, as well as type deserializers.
|
protected void |
expect(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.core.JsonToken token) |
_byteOverflow, _checkBooleanToStringCoercion, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFloatToStringCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkIntToFloatCoercion, _checkIntToStringCoercion, _checkTextualNull, _checkToStringCoercion, _coerceBooleanFromInt, _coercedTypeDesc, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeFromEmptyString, _deserializeFromString, _deserializeWrappedValue, _failDoubleToIntCoercion, _findCoercionFromBlankString, _findCoercionFromEmptyArray, _findCoercionFromEmptyString, _findNullProvider, _hasTextualNull, _intOverflow, _isBlank, _isEmptyOrTextualNull, _isFalse, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _isTrue, _neitherNull, _nonNullNumber, _parseBoolean, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDateFromArray, _parseDouble, _parseDouble, _parseDoublePrimitive, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseInteger, _parseInteger, _parseInteger, _parseIntPrimitive, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLong, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _parseString, _reportFailedNullCoerce, _shortOverflow, _streamReadConstraints, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, deserializeWithType, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleNestedArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializerdeserialize, deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializerprotected final com.fasterxml.jackson.databind.type.MapLikeType _type
protected final com.fasterxml.jackson.databind.KeyDeserializer _rowDeserializer
protected final com.fasterxml.jackson.databind.KeyDeserializer _colDeserializer
protected final com.fasterxml.jackson.databind.jsontype.TypeDeserializer _valueTypeDeserializer
protected final com.fasterxml.jackson.databind.JsonDeserializer<?> _valueDeserializer
protected final com.fasterxml.jackson.databind.deser.NullValueProvider _nullProvider
protected final boolean _skipNullValues
protected TableDeserializer(com.fasterxml.jackson.databind.type.MapLikeType _type,
com.fasterxml.jackson.databind.KeyDeserializer _rowDeserializer,
com.fasterxml.jackson.databind.KeyDeserializer _colDeserializer,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer _valueTypeDeserializer,
com.fasterxml.jackson.databind.JsonDeserializer<?> _valueDeserializer)
protected TableDeserializer(com.fasterxml.jackson.databind.type.MapLikeType _type,
com.fasterxml.jackson.databind.KeyDeserializer _rowDeserializer,
com.fasterxml.jackson.databind.KeyDeserializer _colDeserializer,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer _valueTypeDeserializer,
com.fasterxml.jackson.databind.JsonDeserializer<?> _valueDeserializer,
com.fasterxml.jackson.databind.deser.NullValueProvider nvp)
protected TableDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type)
public com.fasterxml.jackson.databind.JsonDeserializer<?> createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt,
com.fasterxml.jackson.databind.BeanProperty property)
throws com.fasterxml.jackson.databind.JsonMappingException
createContextual in interface com.fasterxml.jackson.databind.deser.ContextualDeserializercom.fasterxml.jackson.databind.JsonMappingExceptionprotected abstract com.fasterxml.jackson.databind.JsonDeserializer<?> _createContextual(com.fasterxml.jackson.databind.type.MapLikeType t,
com.fasterxml.jackson.databind.KeyDeserializer rkd,
com.fasterxml.jackson.databind.KeyDeserializer ckd,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer vtd,
com.fasterxml.jackson.databind.JsonDeserializer<?> vd,
com.fasterxml.jackson.databind.deser.NullValueProvider np)
protected void expect(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.core.JsonToken token)
throws IOException
IOExceptionCopyright © 2025 FasterXML. All rights reserved.