public class LinkedHashMultimapDeserializer extends GuavaMultimapDeserializer<com.google.common.collect.LinkedHashMultimap<java.lang.Object,java.lang.Object>>
| Constructor and Description |
|---|
LinkedHashMultimapDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type,
com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer,
com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer) |
LinkedHashMultimapDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type,
com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer,
com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer,
java.lang.reflect.Method creatorMethod) |
| 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 keyDeserializer,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer,
com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer,
java.lang.reflect.Method method) |
protected com.google.common.collect.LinkedHashMultimap<java.lang.Object,java.lang.Object> |
createMultimap() |
createContextual, deserializedeserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic LinkedHashMultimapDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type,
com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer,
com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer)
public LinkedHashMultimapDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type,
com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer,
com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer,
java.lang.reflect.Method creatorMethod)
protected com.google.common.collect.LinkedHashMultimap<java.lang.Object,java.lang.Object> createMultimap()
createMultimap in class GuavaMultimapDeserializer<com.google.common.collect.LinkedHashMultimap<java.lang.Object,java.lang.Object>>protected com.fasterxml.jackson.databind.JsonDeserializer<?> _createContextual(com.fasterxml.jackson.databind.type.MapLikeType type,
com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer,
com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer,
com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer,
java.lang.reflect.Method method)
_createContextual in class GuavaMultimapDeserializer<com.google.common.collect.LinkedHashMultimap<java.lang.Object,java.lang.Object>>