public class ImmutableTableDeserializer extends TableDeserializer<com.google.common.collect.ImmutableTable<Object,Object,Object>>
_colDeserializer, _nullProvider, _rowDeserializer, _skipNullValues, _type, _valueDeserializer, _valueTypeDeserializer| Modifier | Constructor and Description |
|---|---|
|
ImmutableTableDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type) |
protected |
ImmutableTableDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type,
com.fasterxml.jackson.databind.KeyDeserializer rowDeserializer,
com.fasterxml.jackson.databind.KeyDeserializer colDeserializer,
com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer valueTypeDeserializer,
com.fasterxml.jackson.databind.deser.NullValueProvider nuller) |
| Modifier and Type | Method and Description |
|---|---|
protected com.fasterxml.jackson.databind.JsonDeserializer<?> |
_createContextual(com.fasterxml.jackson.databind.type.MapLikeType type,
com.fasterxml.jackson.databind.KeyDeserializer rowDeserializer,
com.fasterxml.jackson.databind.KeyDeserializer columnDeserializer,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer valueTypeDeserializer,
com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer,
com.fasterxml.jackson.databind.deser.NullValueProvider nullValueProvider) |
protected com.google.common.collect.ImmutableTable.Builder<Object,Object,Object> |
createBuilder() |
com.google.common.collect.ImmutableTable<Object,Object,Object> |
deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
com.fasterxml.jackson.databind.util.AccessPattern |
getEmptyAccessPattern() |
Object |
getEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) |
createContextual, expect_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, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic ImmutableTableDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type)
protected ImmutableTableDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type,
com.fasterxml.jackson.databind.KeyDeserializer rowDeserializer,
com.fasterxml.jackson.databind.KeyDeserializer colDeserializer,
com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer valueTypeDeserializer,
com.fasterxml.jackson.databind.deser.NullValueProvider nuller)
public com.fasterxml.jackson.databind.util.AccessPattern getEmptyAccessPattern()
public Object getEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) throws com.fasterxml.jackson.databind.JsonMappingException
protected com.google.common.collect.ImmutableTable.Builder<Object,Object,Object> createBuilder()
public com.google.common.collect.ImmutableTable<Object,Object,Object> deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<com.google.common.collect.ImmutableTable<Object,Object,Object>>IOExceptionprotected com.fasterxml.jackson.databind.JsonDeserializer<?> _createContextual(com.fasterxml.jackson.databind.type.MapLikeType type,
com.fasterxml.jackson.databind.KeyDeserializer rowDeserializer,
com.fasterxml.jackson.databind.KeyDeserializer columnDeserializer,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer valueTypeDeserializer,
com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer,
com.fasterxml.jackson.databind.deser.NullValueProvider nullValueProvider)
_createContextual in class TableDeserializer<com.google.common.collect.ImmutableTable<Object,Object,Object>>Copyright © 2025 FasterXML. All rights reserved.