public class ImmutableMultisetDeserializer extends GuavaCollectionDeserializer<T>
_containerType, _typeDeserializerForValue, _valueDeserializer| Constructor and Description |
|---|
ImmutableMultisetDeserializer(com.fasterxml.jackson.databind.type.CollectionType type,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
com.fasterxml.jackson.databind.JsonDeserializer<?> deser) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
_deserializeContents(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
protected T |
_deserializeFromSingleValue(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
Method used to support implicit coercion from a single non-array value
into single-element collection.
|
protected com.google.common.collect.ImmutableCollection.Builder<Object> |
createBuilder() |
GuavaCollectionDeserializer<com.google.common.collect.ImmutableMultiset<Object>> |
withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser)
Overridable fluent factory method used for creating contextual
instances.
|
createContextual, deserialize, deserializeWithType_coerceIntegral, _deserializeFromEmpty, _failDoubleToIntCoercion, _hasTextualNull, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _parseBoolean, _parseBooleanFromInt, _parseBooleanFromOther, _parseBooleanPrimitive, _parseByte, _parseDate, _parseDate, _parseDouble, _parseDoublePrimitive, _parseFloat, _parseFloatPrimitive, _parseInteger, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseShort, _parseShortPrimitive, _parseString, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, getValueClass, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer, parseDoublepublic ImmutableMultisetDeserializer(com.fasterxml.jackson.databind.type.CollectionType type,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
com.fasterxml.jackson.databind.JsonDeserializer<?> deser)
protected com.google.common.collect.ImmutableCollection.Builder<Object> createBuilder()
public GuavaCollectionDeserializer<com.google.common.collect.ImmutableMultiset<Object>> withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser)
GuavaCollectionDeserializerwithResolved in class GuavaCollectionDeserializer<com.google.common.collect.ImmutableMultiset<Object>>protected T _deserializeContents(com.fasterxml.jackson.core.JsonParser jp,
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 T _deserializeFromSingleValue(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
throws IOException,
com.fasterxml.jackson.core.JsonProcessingException
GuavaCollectionDeserializer_deserializeFromSingleValue in class GuavaCollectionDeserializer<T extends com.google.common.collect.ImmutableCollection<Object>>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2017 FasterXML. All rights reserved.