Class BasicDeserializerFactory.ContainerDefaultMappings

  • Enclosing class:
    BasicDeserializerFactory

    protected static class BasicDeserializerFactory.ContainerDefaultMappings
    extends java.lang.Object
    Helper class to contain default mappings for abstract JDK Collection and Map types. Separated out here to defer cost of creating lookups until mappings are actually needed.
    Since:
    2.10
    • Constructor Detail

      • ContainerDefaultMappings

        protected ContainerDefaultMappings()
    • Method Detail

      • findCollectionFallback

        public static java.lang.Class<?> findCollectionFallback​(JavaType type)
      • findMapFallback

        public static java.lang.Class<?> findMapFallback​(JavaType type)