protected static class BasicDeserializerFactory.ContainerDefaultMappings
extends java.lang.Object
Collection
and Map
types. Separated out here to defer cost of creating lookups
until mappings are actually needed.Modifier and Type | Field and Description |
---|---|
(package private) static java.util.HashMap<java.lang.String,java.lang.Class<? extends java.util.Collection>> |
_collectionFallbacks |
(package private) static java.util.HashMap<java.lang.String,java.lang.Class<? extends java.util.Map>> |
_mapFallbacks |
Modifier | Constructor and Description |
---|---|
protected |
ContainerDefaultMappings() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Class<?> |
findCollectionFallback(JavaType type) |
static java.lang.Class<?> |
findMapFallback(JavaType type) |