Class BasicDeserializerFactory.ContainerDefaultMappings
- java.lang.Object
-
- com.fasterxml.jackson.databind.deser.BasicDeserializerFactory.ContainerDefaultMappings
-
- Enclosing class:
- BasicDeserializerFactory
protected static class BasicDeserializerFactory.ContainerDefaultMappings extends Object
Helper class to contain default mappings for abstract JDKCollection
andMap
types. Separated out here to defer cost of creating lookups until mappings are actually needed.- Since:
- 2.10
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ContainerDefaultMappings()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Class<?>
findCollectionFallback(JavaType type)
static Class<?>
findMapFallback(JavaType type)
-