public class ImmutableMultisetDeserializer extends GuavaCollectionDeserializer<T>
_valueDeserializer, _valueTypeDeserializer| Constructor and Description |
|---|
ImmutableMultisetDeserializer(com.fasterxml.jackson.databind.JavaType selfType,
com.fasterxml.jackson.databind.JsonDeserializer<?> deser,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
com.fasterxml.jackson.databind.deser.NullValueProvider nuller,
Boolean unwrapSingle) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.collect.ImmutableMultiset<Object> |
_createEmpty(com.fasterxml.jackson.databind.DeserializationContext ctxt) |
protected com.google.common.collect.ImmutableMultiset<Object> |
_createWithSingleElement(com.fasterxml.jackson.databind.DeserializationContext ctxt,
Object value) |
protected T |
_deserializeContents(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
protected Object |
_resolveNullToValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) |
protected com.google.common.collect.ImmutableCollection.Builder<Object> |
createBuilder() |
com.fasterxml.jackson.databind.util.AccessPattern |
getEmptyAccessPattern() |
T |
getEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Boolean |
supportsUpdate(com.fasterxml.jackson.databind.DeserializationConfig config) |
GuavaCollectionDeserializer<com.google.common.collect.ImmutableMultiset<Object>> |
withResolved(com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
com.fasterxml.jackson.databind.deser.NullValueProvider nuller,
Boolean unwrapSingle)
Overridable fluent factory method used for creating contextual
instances.
|
_deserializeFromSingleValue, createContextual, deserialize, deserializeWithType, getContentDeserializerfindBackReference, getContentType, getValueInstantiator, getValueType, 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 ImmutableMultisetDeserializer(com.fasterxml.jackson.databind.JavaType selfType,
com.fasterxml.jackson.databind.JsonDeserializer<?> deser,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
com.fasterxml.jackson.databind.deser.NullValueProvider nuller,
Boolean unwrapSingle)
protected com.google.common.collect.ImmutableCollection.Builder<Object> createBuilder()
public GuavaCollectionDeserializer<com.google.common.collect.ImmutableMultiset<Object>> withResolved(com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser, com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, com.fasterxml.jackson.databind.deser.NullValueProvider nuller, Boolean unwrapSingle)
GuavaCollectionDeserializerwithResolved in class GuavaCollectionDeserializer<com.google.common.collect.ImmutableMultiset<Object>>protected com.google.common.collect.ImmutableMultiset<Object> _createEmpty(com.fasterxml.jackson.databind.DeserializationContext ctxt)
_createEmpty in class GuavaCollectionDeserializer<com.google.common.collect.ImmutableMultiset<Object>>protected com.google.common.collect.ImmutableMultiset<Object> _createWithSingleElement(com.fasterxml.jackson.databind.DeserializationContext ctxt, Object value)
_createWithSingleElement in class GuavaCollectionDeserializer<com.google.common.collect.ImmutableMultiset<Object>>public Boolean supportsUpdate(com.fasterxml.jackson.databind.DeserializationConfig config)
supportsUpdate in class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase<T extends com.google.common.collect.ImmutableCollection<Object>>public com.fasterxml.jackson.databind.util.AccessPattern getEmptyAccessPattern()
getEmptyAccessPattern in class GuavaCollectionDeserializer<T extends com.google.common.collect.ImmutableCollection<Object>>public T getEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
getEmptyValue in class GuavaCollectionDeserializer<T extends com.google.common.collect.ImmutableCollection<Object>>protected T _deserializeContents(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
throws IOException,
com.fasterxml.jackson.core.JsonProcessingException
_deserializeContents in class GuavaCollectionDeserializer<T extends com.google.common.collect.ImmutableCollection<Object>>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionprotected Object _resolveNullToValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
IOExceptionCopyright © 2020 FasterXML. All rights reserved.