Uses of Class
com.fasterxml.jackson.datatype.guava.deser.GuavaCollectionDeserializer
Packages that use GuavaCollectionDeserializer
-
Uses of GuavaCollectionDeserializer in com.fasterxml.jackson.datatype.guava.deser
Subclasses of GuavaCollectionDeserializer in com.fasterxml.jackson.datatype.guava.deserModifier and TypeClassDescription(package private) classGuavaImmutableCollectionDeserializer<T extends com.google.common.collect.ImmutableCollection<Object>>(package private) classGuavaMultisetDeserializer<T extends com.google.common.collect.Multiset<Object>>classclassclassclassclassclassclassclassMethods in com.fasterxml.jackson.datatype.guava.deser that return GuavaCollectionDeserializerModifier and TypeMethodDescriptionabstract GuavaCollectionDeserializer<T> GuavaCollectionDeserializer.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.GuavaCollectionDeserializer<com.google.common.collect.ImmutableMultiset<Object>> ImmutableMultisetDeserializer.withResolved(com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser, com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, com.fasterxml.jackson.databind.deser.NullValueProvider nuller, Boolean unwrapSingle) GuavaCollectionDeserializer<com.google.common.collect.ImmutableSortedMultiset<Object>> ImmutableSortedMultisetDeserializer.withResolved(com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser, com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, com.fasterxml.jackson.databind.deser.NullValueProvider nuller, Boolean unwrapSingle) GuavaCollectionDeserializer<com.google.common.collect.LinkedHashMultiset<Object>> LinkedHashMultisetDeserializer.withResolved(com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser, com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, com.fasterxml.jackson.databind.deser.NullValueProvider nuller, Boolean unwrapSingle) GuavaCollectionDeserializer<com.google.common.collect.TreeMultiset<Object>> TreeMultisetDeserializer.withResolved(com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser, com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, com.fasterxml.jackson.databind.deser.NullValueProvider nuller, Boolean unwrapSingle)