public class ImmutableSortedMapDeserializer extends GuavaMapDeserializer<T>
_keyDeserializer, _valueDeserializer, _valueTypeDeserializer| Constructor and Description |
|---|
ImmutableSortedMapDeserializer(com.fasterxml.jackson.databind.JavaType type,
com.fasterxml.jackson.databind.KeyDeserializer keyDeser,
com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
com.fasterxml.jackson.databind.deser.NullValueProvider nuller) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
_deserializeEntries(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
protected com.google.common.collect.ImmutableMap.Builder<Object,Object> |
createBuilder() |
com.fasterxml.jackson.databind.util.AccessPattern |
getEmptyAccessPattern() |
Object |
getEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) |
GuavaMapDeserializer<com.google.common.collect.ImmutableSortedMap<Object,Object>> |
withResolved(com.fasterxml.jackson.databind.KeyDeserializer keyDeser,
com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
com.fasterxml.jackson.databind.deser.NullValueProvider nuller)
Overridable fluent factory method used for creating contextual
instances.
|
createContextual, deserialize, deserializeWithType, getContentDeserializerfindBackReference, getContentType, getValueInstantiator, getValueType, supportsUpdate, wrapAndThrow_byteOverflow, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeWrappedValue, _failDoubleToIntCoercion, _findNullProvider, _hasTextualNull, _intOverflow, _isEmptyOrTextualNull, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _neitherNull, _nonNullNumber, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDateFromArray, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseIntPrimitive, _parseIntPrimitive, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer, parseDoublepublic ImmutableSortedMapDeserializer(com.fasterxml.jackson.databind.JavaType type,
com.fasterxml.jackson.databind.KeyDeserializer keyDeser,
com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
com.fasterxml.jackson.databind.deser.NullValueProvider nuller)
public Object getEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) throws com.fasterxml.jackson.databind.JsonMappingException
getEmptyValue in class GuavaMapDeserializer<com.google.common.collect.ImmutableSortedMap<Object,Object>>com.fasterxml.jackson.databind.JsonMappingExceptionprotected com.google.common.collect.ImmutableMap.Builder<Object,Object> createBuilder()
public GuavaMapDeserializer<com.google.common.collect.ImmutableSortedMap<Object,Object>> withResolved(com.fasterxml.jackson.databind.KeyDeserializer keyDeser, com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser, com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, com.fasterxml.jackson.databind.deser.NullValueProvider nuller)
GuavaMapDeserializerwithResolved in class GuavaMapDeserializer<com.google.common.collect.ImmutableSortedMap<Object,Object>>public com.fasterxml.jackson.databind.util.AccessPattern getEmptyAccessPattern()
getEmptyAccessPattern in class GuavaMapDeserializer<T extends com.google.common.collect.ImmutableMap<Object,Object>>protected T _deserializeEntries(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
throws IOException,
com.fasterxml.jackson.core.JsonProcessingException
_deserializeEntries in class GuavaMapDeserializer<T extends com.google.common.collect.ImmutableMap<Object,Object>>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2020 FasterXML. All rights reserved.