public final class com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers extends com.fasterxml.jackson.databind.deser.Deserializers$Base
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers
  super_class: com.fasterxml.jackson.databind.deser.Deserializers$Base
{
  static final java.util.Map<java.lang.Class<? extends org.eclipse.collections.api.PrimitiveIterable>, com.fasterxml.jackson.databind.JsonDeserializer<?>> PRIMITIVE_DESERIALIZERS;
    descriptor: Ljava/util/Map;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/Class<+Lorg/eclipse/collections/api/PrimitiveIterable;>;Lcom/fasterxml/jackson/databind/JsonDeserializer<*>;>;

  static final java.util.Set<java.lang.Class<? extends org.eclipse.collections.api.InternalIterable>> REFERENCE_TYPES;
    descriptor: Ljava/util/Set;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Set<Ljava/lang/Class<+Lorg/eclipse/collections/api/InternalIterable;>;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 161
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
         1: .line 162
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
         2: .line 289
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/bag/MutableBag;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         3: .line 290
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/bag/Bag;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         4: .line 291
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/bag/UnsortedBag;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         5: .line 292
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/bag/ImmutableBag;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         6: .line 293
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         7: .line 294
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/bag/sorted/SortedBag;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         8: .line 295
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/bag/sorted/ImmutableSortedBag;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         9: .line 296
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/list/MutableList;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        10: .line 297
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/collection/MutableCollection;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        11: .line 298
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/ordered/OrderedIterable;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        12: .line 299
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/ordered/ReversibleIterable;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        13: .line 300
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/RichIterable;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        14: .line 301
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/InternalIterable;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        15: .line 302
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/list/ImmutableList;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        16: .line 303
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/collection/ImmutableCollection;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        17: .line 304
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/collection/FixedSizeCollection;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        18: .line 305
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/list/FixedSizeList;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        19: .line 306
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/set/MutableSet;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        20: .line 307
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/set/MutableSetIterable;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        21: .line 308
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/set/SetIterable;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        22: .line 309
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/set/UnsortedSetIterable;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        23: .line 310
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/set/ImmutableSet;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        24: .line 311
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/set/ImmutableSetIterable;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        25: .line 312
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        26: .line 313
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/set/sorted/SortedSetIterable;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        27: .line 314
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            ldc Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        28: .line 316
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/bag/primitive/BooleanBag;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Boolean.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer$Boolean;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        29: .line 317
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/bag/primitive/MutableBooleanBag;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Boolean.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer$Boolean;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        30: .line 318
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/bag/primitive/ImmutableBooleanBag;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer$Boolean.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer$Boolean;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        31: .line 319
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/BooleanIterable;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Boolean.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Boolean;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        32: .line 320
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/list/primitive/BooleanList;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Boolean.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Boolean;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        33: .line 321
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Boolean.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Boolean;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        34: .line 322
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Boolean.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Boolean;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        35: .line 323
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/list/primitive/ImmutableBooleanList;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Boolean.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer$Boolean;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        36: .line 324
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/collection/primitive/ImmutableBooleanCollection;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Boolean.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer$Boolean;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        37: .line 325
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/set/primitive/BooleanSet;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Boolean.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer$Boolean;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        38: .line 326
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/set/primitive/MutableBooleanSet;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Boolean.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer$Boolean;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        39: .line 327
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/set/primitive/ImmutableBooleanSet;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer$Boolean.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer$Boolean;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        40: .line 329
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/bag/primitive/ByteBag;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Byte.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer$Byte;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        41: .line 330
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/bag/primitive/MutableByteBag;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Byte.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer$Byte;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        42: .line 331
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/bag/primitive/ImmutableByteBag;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer$Byte.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer$Byte;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        43: .line 332
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/ByteIterable;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Byte.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Byte;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        44: .line 333
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/list/primitive/ByteList;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Byte.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Byte;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        45: .line 334
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/list/primitive/MutableByteList;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Byte.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Byte;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        46: .line 335
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Byte.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Byte;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        47: .line 336
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/list/primitive/ImmutableByteList;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Byte.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer$Byte;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        48: .line 337
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/collection/primitive/ImmutableByteCollection;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Byte.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer$Byte;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        49: .line 338
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/set/primitive/ByteSet;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Byte.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer$Byte;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        50: .line 339
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Byte.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer$Byte;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        51: .line 340
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/set/primitive/ImmutableByteSet;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer$Byte.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer$Byte;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        52: .line 342
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/bag/primitive/ShortBag;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Short.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer$Short;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        53: .line 343
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/bag/primitive/MutableShortBag;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Short.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer$Short;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        54: .line 344
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/bag/primitive/ImmutableShortBag;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer$Short.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer$Short;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        55: .line 345
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/ShortIterable;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Short.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Short;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        56: .line 346
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/list/primitive/ShortList;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Short.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Short;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        57: .line 347
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/list/primitive/MutableShortList;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Short.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Short;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        58: .line 348
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Short.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Short;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        59: .line 349
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/list/primitive/ImmutableShortList;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Short.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer$Short;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        60: .line 350
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/collection/primitive/ImmutableShortCollection;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Short.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer$Short;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        61: .line 351
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/set/primitive/ShortSet;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Short.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer$Short;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        62: .line 352
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Short.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer$Short;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        63: .line 353
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/set/primitive/ImmutableShortSet;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer$Short.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer$Short;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        64: .line 355
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/bag/primitive/CharBag;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Char.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer$Char;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        65: .line 356
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Char.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer$Char;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        66: .line 357
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/bag/primitive/ImmutableCharBag;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer$Char.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer$Char;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        67: .line 358
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/CharIterable;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Char.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Char;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        68: .line 359
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/list/primitive/CharList;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Char.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Char;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        69: .line 360
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/list/primitive/MutableCharList;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Char.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Char;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        70: .line 361
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Char.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Char;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        71: .line 362
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/list/primitive/ImmutableCharList;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Char.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer$Char;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        72: .line 363
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/collection/primitive/ImmutableCharCollection;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Char.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer$Char;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        73: .line 364
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/set/primitive/CharSet;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Char.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer$Char;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        74: .line 365
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/set/primitive/MutableCharSet;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Char.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer$Char;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        75: .line 366
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/set/primitive/ImmutableCharSet;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer$Char.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer$Char;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        76: .line 368
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/bag/primitive/IntBag;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Int.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer$Int;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        77: .line 369
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Int.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer$Int;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        78: .line 370
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/bag/primitive/ImmutableIntBag;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer$Int.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer$Int;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        79: .line 371
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/IntIterable;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Int.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Int;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        80: .line 372
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/list/primitive/IntList;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Int.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Int;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        81: .line 373
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/list/primitive/MutableIntList;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Int.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Int;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        82: .line 374
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Int.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Int;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        83: .line 375
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/list/primitive/ImmutableIntList;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Int.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer$Int;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        84: .line 376
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/collection/primitive/ImmutableIntCollection;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Int.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer$Int;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        85: .line 377
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/set/primitive/IntSet;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Int.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer$Int;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        86: .line 378
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Int.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer$Int;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        87: .line 379
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/set/primitive/ImmutableIntSet;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer$Int.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer$Int;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        88: .line 381
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/bag/primitive/FloatBag;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Float.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer$Float;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        89: .line 382
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/bag/primitive/MutableFloatBag;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Float.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer$Float;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        90: .line 383
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/bag/primitive/ImmutableFloatBag;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer$Float.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer$Float;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        91: .line 384
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/FloatIterable;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Float.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Float;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        92: .line 385
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/list/primitive/FloatList;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Float.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Float;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        93: .line 386
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/list/primitive/MutableFloatList;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Float.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Float;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        94: .line 387
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Float.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Float;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        95: .line 388
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/list/primitive/ImmutableFloatList;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Float.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer$Float;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        96: .line 389
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/collection/primitive/ImmutableFloatCollection;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Float.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer$Float;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        97: .line 390
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/set/primitive/FloatSet;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Float.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer$Float;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        98: .line 391
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/set/primitive/MutableFloatSet;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Float.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer$Float;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        99: .line 392
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/set/primitive/ImmutableFloatSet;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer$Float.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer$Float;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       100: .line 394
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/bag/primitive/LongBag;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Long.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer$Long;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       101: .line 395
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Long.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer$Long;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       102: .line 396
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/bag/primitive/ImmutableLongBag;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer$Long.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer$Long;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       103: .line 397
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/LongIterable;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Long.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Long;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       104: .line 398
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/list/primitive/LongList;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Long.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Long;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       105: .line 399
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/list/primitive/MutableLongList;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Long.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Long;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       106: .line 400
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Long.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Long;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       107: .line 401
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/list/primitive/ImmutableLongList;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Long.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer$Long;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       108: .line 402
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/collection/primitive/ImmutableLongCollection;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Long.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer$Long;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       109: .line 403
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/set/primitive/LongSet;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Long.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer$Long;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       110: .line 404
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Long.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer$Long;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       111: .line 405
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/set/primitive/ImmutableLongSet;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer$Long.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer$Long;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       112: .line 407
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/bag/primitive/DoubleBag;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Double.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer$Double;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       113: .line 408
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Double.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer$Double;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       114: .line 409
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/bag/primitive/ImmutableDoubleBag;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer$Double.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer$Double;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       115: .line 410
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/DoubleIterable;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Double.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Double;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       116: .line 411
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/list/primitive/DoubleList;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Double.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Double;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       117: .line 412
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Double.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Double;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       118: .line 413
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Double.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer$Double;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       119: .line 414
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Double.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer$Double;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       120: .line 415
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/collection/primitive/ImmutableDoubleCollection;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Double.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer$Double;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       121: .line 416
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/set/primitive/DoubleSet;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Double.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer$Double;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       122: .line 417
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Double.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer$Double;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       123: .line 418
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            ldc Lorg/eclipse/collections/api/set/primitive/ImmutableDoubleSet;
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer$Double.INSTANCE:Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer$Double;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
       124: .line 419
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers this
         0: .line 156
            aload 0 /* this */
            invokespecial com.fasterxml.jackson.databind.deser.Deserializers$Base.<init>:()V
            return
        end local 0 // com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/datatype/eclipsecollections/EclipseCollectionsDeserializers;

  public com.fasterxml.jackson.databind.JsonDeserializer<?> findCollectionDeserializer(com.fasterxml.jackson.databind.type.CollectionType, com.fasterxml.jackson.databind.DeserializationConfig, com.fasterxml.jackson.databind.BeanDescription, com.fasterxml.jackson.databind.jsontype.TypeDeserializer, com.fasterxml.jackson.databind.JsonDeserializer<?>);
    descriptor: (Lcom/fasterxml/jackson/databind/type/CollectionType;Lcom/fasterxml/jackson/databind/DeserializationConfig;Lcom/fasterxml/jackson/databind/BeanDescription;Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;Lcom/fasterxml/jackson/databind/JsonDeserializer;)Lcom/fasterxml/jackson/databind/JsonDeserializer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers this
        start local 1 // com.fasterxml.jackson.databind.type.CollectionType type
        start local 2 // com.fasterxml.jackson.databind.DeserializationConfig config
        start local 3 // com.fasterxml.jackson.databind.BeanDescription beanDesc
        start local 4 // com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer
        start local 5 // com.fasterxml.jackson.databind.JsonDeserializer elementDeserializer
         0: .line 172
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            aload 1 /* type */
            invokevirtual com.fasterxml.jackson.databind.type.CollectionType.getRawClass:()Ljava/lang/Class;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 4
         1: .line 173
            aload 0 /* this */
            aload 1 /* type */
            aload 1 /* type */
            invokevirtual com.fasterxml.jackson.databind.type.CollectionType.getContentType:()Lcom/fasterxml/jackson/databind/JavaType;
         2: .line 174
            aload 4 /* elementTypeDeserializer */
            aload 5 /* elementDeserializer */
         3: .line 173
            invokevirtual com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.findReferenceDeserializer:(Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;Lcom/fasterxml/jackson/databind/JsonDeserializer;)Lcom/fasterxml/jackson/databind/JsonDeserializer;
            areturn
         4: .line 176
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 5 // com.fasterxml.jackson.databind.JsonDeserializer elementDeserializer
        end local 4 // com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer
        end local 3 // com.fasterxml.jackson.databind.BeanDescription beanDesc
        end local 2 // com.fasterxml.jackson.databind.DeserializationConfig config
        end local 1 // com.fasterxml.jackson.databind.type.CollectionType type
        end local 0 // com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    5     0                     this  Lcom/fasterxml/jackson/datatype/eclipsecollections/EclipseCollectionsDeserializers;
            0    5     1                     type  Lcom/fasterxml/jackson/databind/type/CollectionType;
            0    5     2                   config  Lcom/fasterxml/jackson/databind/DeserializationConfig;
            0    5     3                 beanDesc  Lcom/fasterxml/jackson/databind/BeanDescription;
            0    5     4  elementTypeDeserializer  Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;
            0    5     5      elementDeserializer  Lcom/fasterxml/jackson/databind/JsonDeserializer<*>;
    Exceptions:
      throws com.fasterxml.jackson.databind.JsonMappingException
    Signature: (Lcom/fasterxml/jackson/databind/type/CollectionType;Lcom/fasterxml/jackson/databind/DeserializationConfig;Lcom/fasterxml/jackson/databind/BeanDescription;Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;Lcom/fasterxml/jackson/databind/JsonDeserializer<*>;)Lcom/fasterxml/jackson/databind/JsonDeserializer<*>;
    MethodParameters:
                         Name  Flags
      type                     
      config                   
      beanDesc                 
      elementTypeDeserializer  
      elementDeserializer      

  public com.fasterxml.jackson.databind.JsonDeserializer<?> findCollectionLikeDeserializer(com.fasterxml.jackson.databind.type.CollectionLikeType, com.fasterxml.jackson.databind.DeserializationConfig, com.fasterxml.jackson.databind.BeanDescription, com.fasterxml.jackson.databind.jsontype.TypeDeserializer, com.fasterxml.jackson.databind.JsonDeserializer<?>);
    descriptor: (Lcom/fasterxml/jackson/databind/type/CollectionLikeType;Lcom/fasterxml/jackson/databind/DeserializationConfig;Lcom/fasterxml/jackson/databind/BeanDescription;Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;Lcom/fasterxml/jackson/databind/JsonDeserializer;)Lcom/fasterxml/jackson/databind/JsonDeserializer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers this
        start local 1 // com.fasterxml.jackson.databind.type.CollectionLikeType type
        start local 2 // com.fasterxml.jackson.databind.DeserializationConfig config
        start local 3 // com.fasterxml.jackson.databind.BeanDescription beanDesc
        start local 4 // com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer
        start local 5 // com.fasterxml.jackson.databind.JsonDeserializer elementDeserializer
         0: .line 187
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            aload 1 /* type */
            invokevirtual com.fasterxml.jackson.databind.type.CollectionLikeType.getRawClass:()Ljava/lang/Class;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 4
         1: .line 188
            aload 0 /* this */
            aload 1 /* type */
            aload 1 /* type */
            invokevirtual com.fasterxml.jackson.databind.type.CollectionLikeType.getContentType:()Lcom/fasterxml/jackson/databind/JavaType;
         2: .line 189
            aload 4 /* elementTypeDeserializer */
            aload 5 /* elementDeserializer */
         3: .line 188
            invokevirtual com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.findReferenceDeserializer:(Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;Lcom/fasterxml/jackson/databind/JsonDeserializer;)Lcom/fasterxml/jackson/databind/JsonDeserializer;
            areturn
         4: .line 191
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 5 // com.fasterxml.jackson.databind.JsonDeserializer elementDeserializer
        end local 4 // com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer
        end local 3 // com.fasterxml.jackson.databind.BeanDescription beanDesc
        end local 2 // com.fasterxml.jackson.databind.DeserializationConfig config
        end local 1 // com.fasterxml.jackson.databind.type.CollectionLikeType type
        end local 0 // com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    5     0                     this  Lcom/fasterxml/jackson/datatype/eclipsecollections/EclipseCollectionsDeserializers;
            0    5     1                     type  Lcom/fasterxml/jackson/databind/type/CollectionLikeType;
            0    5     2                   config  Lcom/fasterxml/jackson/databind/DeserializationConfig;
            0    5     3                 beanDesc  Lcom/fasterxml/jackson/databind/BeanDescription;
            0    5     4  elementTypeDeserializer  Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;
            0    5     5      elementDeserializer  Lcom/fasterxml/jackson/databind/JsonDeserializer<*>;
    Exceptions:
      throws com.fasterxml.jackson.databind.JsonMappingException
    Signature: (Lcom/fasterxml/jackson/databind/type/CollectionLikeType;Lcom/fasterxml/jackson/databind/DeserializationConfig;Lcom/fasterxml/jackson/databind/BeanDescription;Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;Lcom/fasterxml/jackson/databind/JsonDeserializer<*>;)Lcom/fasterxml/jackson/databind/JsonDeserializer<*>;
    MethodParameters:
                         Name  Flags
      type                     
      config                   
      beanDesc                 
      elementTypeDeserializer  
      elementDeserializer      

  public com.fasterxml.jackson.databind.JsonDeserializer<?> findMapDeserializer(com.fasterxml.jackson.databind.type.MapType, com.fasterxml.jackson.databind.DeserializationConfig, com.fasterxml.jackson.databind.BeanDescription, com.fasterxml.jackson.databind.KeyDeserializer, com.fasterxml.jackson.databind.jsontype.TypeDeserializer, com.fasterxml.jackson.databind.JsonDeserializer<?>);
    descriptor: (Lcom/fasterxml/jackson/databind/type/MapType;Lcom/fasterxml/jackson/databind/DeserializationConfig;Lcom/fasterxml/jackson/databind/BeanDescription;Lcom/fasterxml/jackson/databind/KeyDeserializer;Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;Lcom/fasterxml/jackson/databind/JsonDeserializer;)Lcom/fasterxml/jackson/databind/JsonDeserializer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=7
        start local 0 // com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers this
        start local 1 // com.fasterxml.jackson.databind.type.MapType type
        start local 2 // com.fasterxml.jackson.databind.DeserializationConfig config
        start local 3 // com.fasterxml.jackson.databind.BeanDescription beanDesc
        start local 4 // com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer
        start local 5 // com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer
        start local 6 // com.fasterxml.jackson.databind.JsonDeserializer elementDeserializer
         0: .line 203
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* config */
            aload 3 /* beanDesc */
            invokevirtual com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.findBeanDeserializer:(Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/DeserializationConfig;Lcom/fasterxml/jackson/databind/BeanDescription;)Lcom/fasterxml/jackson/databind/JsonDeserializer;
            areturn
        end local 6 // com.fasterxml.jackson.databind.JsonDeserializer elementDeserializer
        end local 5 // com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer
        end local 4 // com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer
        end local 3 // com.fasterxml.jackson.databind.BeanDescription beanDesc
        end local 2 // com.fasterxml.jackson.databind.DeserializationConfig config
        end local 1 // com.fasterxml.jackson.databind.type.MapType type
        end local 0 // com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    1     0                     this  Lcom/fasterxml/jackson/datatype/eclipsecollections/EclipseCollectionsDeserializers;
            0    1     1                     type  Lcom/fasterxml/jackson/databind/type/MapType;
            0    1     2                   config  Lcom/fasterxml/jackson/databind/DeserializationConfig;
            0    1     3                 beanDesc  Lcom/fasterxml/jackson/databind/BeanDescription;
            0    1     4          keyDeserializer  Lcom/fasterxml/jackson/databind/KeyDeserializer;
            0    1     5  elementTypeDeserializer  Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;
            0    1     6      elementDeserializer  Lcom/fasterxml/jackson/databind/JsonDeserializer<*>;
    Exceptions:
      throws com.fasterxml.jackson.databind.JsonMappingException
    Signature: (Lcom/fasterxml/jackson/databind/type/MapType;Lcom/fasterxml/jackson/databind/DeserializationConfig;Lcom/fasterxml/jackson/databind/BeanDescription;Lcom/fasterxml/jackson/databind/KeyDeserializer;Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;Lcom/fasterxml/jackson/databind/JsonDeserializer<*>;)Lcom/fasterxml/jackson/databind/JsonDeserializer<*>;
    MethodParameters:
                         Name  Flags
      type                     
      config                   
      beanDesc                 
      keyDeserializer          
      elementTypeDeserializer  
      elementDeserializer      

  public com.fasterxml.jackson.databind.JsonDeserializer<?> findMapLikeDeserializer(com.fasterxml.jackson.databind.type.MapLikeType, com.fasterxml.jackson.databind.DeserializationConfig, com.fasterxml.jackson.databind.BeanDescription, com.fasterxml.jackson.databind.KeyDeserializer, com.fasterxml.jackson.databind.jsontype.TypeDeserializer, com.fasterxml.jackson.databind.JsonDeserializer<?>);
    descriptor: (Lcom/fasterxml/jackson/databind/type/MapLikeType;Lcom/fasterxml/jackson/databind/DeserializationConfig;Lcom/fasterxml/jackson/databind/BeanDescription;Lcom/fasterxml/jackson/databind/KeyDeserializer;Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;Lcom/fasterxml/jackson/databind/JsonDeserializer;)Lcom/fasterxml/jackson/databind/JsonDeserializer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=7
        start local 0 // com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers this
        start local 1 // com.fasterxml.jackson.databind.type.MapLikeType type
        start local 2 // com.fasterxml.jackson.databind.DeserializationConfig config
        start local 3 // com.fasterxml.jackson.databind.BeanDescription beanDesc
        start local 4 // com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer
        start local 5 // com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer
        start local 6 // com.fasterxml.jackson.databind.JsonDeserializer elementDeserializer
         0: .line 215
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* config */
            aload 3 /* beanDesc */
            invokevirtual com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.findBeanDeserializer:(Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/DeserializationConfig;Lcom/fasterxml/jackson/databind/BeanDescription;)Lcom/fasterxml/jackson/databind/JsonDeserializer;
            areturn
        end local 6 // com.fasterxml.jackson.databind.JsonDeserializer elementDeserializer
        end local 5 // com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer
        end local 4 // com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer
        end local 3 // com.fasterxml.jackson.databind.BeanDescription beanDesc
        end local 2 // com.fasterxml.jackson.databind.DeserializationConfig config
        end local 1 // com.fasterxml.jackson.databind.type.MapLikeType type
        end local 0 // com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    1     0                     this  Lcom/fasterxml/jackson/datatype/eclipsecollections/EclipseCollectionsDeserializers;
            0    1     1                     type  Lcom/fasterxml/jackson/databind/type/MapLikeType;
            0    1     2                   config  Lcom/fasterxml/jackson/databind/DeserializationConfig;
            0    1     3                 beanDesc  Lcom/fasterxml/jackson/databind/BeanDescription;
            0    1     4          keyDeserializer  Lcom/fasterxml/jackson/databind/KeyDeserializer;
            0    1     5  elementTypeDeserializer  Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;
            0    1     6      elementDeserializer  Lcom/fasterxml/jackson/databind/JsonDeserializer<*>;
    Exceptions:
      throws com.fasterxml.jackson.databind.JsonMappingException
    Signature: (Lcom/fasterxml/jackson/databind/type/MapLikeType;Lcom/fasterxml/jackson/databind/DeserializationConfig;Lcom/fasterxml/jackson/databind/BeanDescription;Lcom/fasterxml/jackson/databind/KeyDeserializer;Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;Lcom/fasterxml/jackson/databind/JsonDeserializer<*>;)Lcom/fasterxml/jackson/databind/JsonDeserializer<*>;
    MethodParameters:
                         Name  Flags
      type                     
      config                   
      beanDesc                 
      keyDeserializer          
      elementTypeDeserializer  
      elementDeserializer      

  public com.fasterxml.jackson.databind.JsonDeserializer<?> findBeanDeserializer(com.fasterxml.jackson.databind.JavaType, com.fasterxml.jackson.databind.DeserializationConfig, com.fasterxml.jackson.databind.BeanDescription);
    descriptor: (Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/DeserializationConfig;Lcom/fasterxml/jackson/databind/BeanDescription;)Lcom/fasterxml/jackson/databind/JsonDeserializer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers this
        start local 1 // com.fasterxml.jackson.databind.JavaType type
        start local 2 // com.fasterxml.jackson.databind.DeserializationConfig config
        start local 3 // com.fasterxml.jackson.databind.BeanDescription beanDesc
         0: .line 223
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.PRIMITIVE_DESERIALIZERS:Ljava/util/Map;
            aload 1 /* type */
            invokevirtual com.fasterxml.jackson.databind.JavaType.getRawClass:()Ljava/lang/Class;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.fasterxml.jackson.databind.JsonDeserializer
            astore 4 /* deserializer */
        start local 4 // com.fasterxml.jackson.databind.JsonDeserializer deserializer
         1: .line 224
            aload 4 /* deserializer */
            ifnull 3
         2: .line 225
            aload 4 /* deserializer */
            areturn
         3: .line 229
      StackMap locals: com.fasterxml.jackson.databind.JsonDeserializer
      StackMap stack:
            getstatic com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.REFERENCE_TYPES:Ljava/util/Set;
            aload 1 /* type */
            invokevirtual com.fasterxml.jackson.databind.JavaType.getRawClass:()Ljava/lang/Class;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 230
            aload 0 /* this */
            aload 1 /* type */
            aload 1 /* type */
            iconst_0
            invokevirtual com.fasterxml.jackson.databind.JavaType.containedTypeOrUnknown:(I)Lcom/fasterxml/jackson/databind/JavaType;
            aconst_null
            aconst_null
            invokevirtual com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers.findReferenceDeserializer:(Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;Lcom/fasterxml/jackson/databind/JsonDeserializer;)Lcom/fasterxml/jackson/databind/JsonDeserializer;
            areturn
         5: .line 233
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            invokestatic com.fasterxml.jackson.datatype.eclipsecollections.deser.map.EclipseMapDeserializers.createDeserializer:(Lcom/fasterxml/jackson/databind/JavaType;)Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/map/EclipseMapDeserializer;
            astore 5 /* mapDeserializer */
        start local 5 // com.fasterxml.jackson.datatype.eclipsecollections.deser.map.EclipseMapDeserializer mapDeserializer
         6: .line 234
            aload 5 /* mapDeserializer */
            ifnull 8
         7: .line 235
            aload 5 /* mapDeserializer */
            areturn
         8: .line 238
      StackMap locals: com.fasterxml.jackson.datatype.eclipsecollections.deser.map.EclipseMapDeserializer
      StackMap stack:
            aconst_null
            areturn
        end local 5 // com.fasterxml.jackson.datatype.eclipsecollections.deser.map.EclipseMapDeserializer mapDeserializer
        end local 4 // com.fasterxml.jackson.databind.JsonDeserializer deserializer
        end local 3 // com.fasterxml.jackson.databind.BeanDescription beanDesc
        end local 2 // com.fasterxml.jackson.databind.DeserializationConfig config
        end local 1 // com.fasterxml.jackson.databind.JavaType type
        end local 0 // com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lcom/fasterxml/jackson/datatype/eclipsecollections/EclipseCollectionsDeserializers;
            0    9     1             type  Lcom/fasterxml/jackson/databind/JavaType;
            0    9     2           config  Lcom/fasterxml/jackson/databind/DeserializationConfig;
            0    9     3         beanDesc  Lcom/fasterxml/jackson/databind/BeanDescription;
            1    9     4     deserializer  Lcom/fasterxml/jackson/databind/JsonDeserializer<*>;
            6    9     5  mapDeserializer  Lcom/fasterxml/jackson/datatype/eclipsecollections/deser/map/EclipseMapDeserializer<****>;
    Exceptions:
      throws com.fasterxml.jackson.databind.JsonMappingException
    Signature: (Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/DeserializationConfig;Lcom/fasterxml/jackson/databind/BeanDescription;)Lcom/fasterxml/jackson/databind/JsonDeserializer<*>;
    MethodParameters:
          Name  Flags
      type      
      config    
      beanDesc  

  private com.fasterxml.jackson.databind.JsonDeserializer<?> findReferenceDeserializer(com.fasterxml.jackson.databind.JavaType, com.fasterxml.jackson.databind.JavaType, com.fasterxml.jackson.databind.jsontype.TypeDeserializer, com.fasterxml.jackson.databind.JsonDeserializer<?>);
    descriptor: (Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;Lcom/fasterxml/jackson/databind/JsonDeserializer;)Lcom/fasterxml/jackson/databind/JsonDeserializer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers this
        start local 1 // com.fasterxml.jackson.databind.JavaType containerType
        start local 2 // com.fasterxml.jackson.databind.JavaType elementType
        start local 3 // com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer
        start local 4 // com.fasterxml.jackson.databind.JsonDeserializer elementDeserializer
         0: .line 248
            aload 1 /* containerType */
            invokevirtual com.fasterxml.jackson.databind.JavaType.getRawClass:()Ljava/lang/Class;
            astore 5 /* rawClass */
        start local 5 // java.lang.Class rawClass
         1: .line 251
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/bag/MutableBag;
            if_acmpeq 2
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/bag/Bag;
            if_acmpeq 2
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/bag/UnsortedBag;
            if_acmpne 3
         2: .line 252
      StackMap locals: java.lang.Class
      StackMap stack:
            new com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Ref
            dup
            aload 2 /* elementType */
            aload 3 /* elementTypeDeserializer */
            aload 4 /* elementDeserializer */
            invokespecial com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Ref.<init>:(Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;Lcom/fasterxml/jackson/databind/JsonDeserializer;)V
            areturn
         3: .line 253
      StackMap locals:
      StackMap stack:
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/bag/ImmutableBag;
            if_acmpne 5
         4: .line 254
            new com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer$Ref
            dup
            aload 2 /* elementType */
            aload 3 /* elementTypeDeserializer */
            aload 4 /* elementDeserializer */
            invokespecial com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer$Ref.<init>:(Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;Lcom/fasterxml/jackson/databind/JsonDeserializer;)V
            areturn
         5: .line 255
      StackMap locals:
      StackMap stack:
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
            if_acmpeq 6
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/bag/sorted/SortedBag;
            if_acmpne 7
         6: .line 256
      StackMap locals:
      StackMap stack:
            new com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableSortedBagDeserializer$Ref
            dup
            aload 2 /* elementType */
            aload 3 /* elementTypeDeserializer */
            aload 4 /* elementDeserializer */
            invokespecial com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableSortedBagDeserializer$Ref.<init>:(Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;Lcom/fasterxml/jackson/databind/JsonDeserializer;)V
            areturn
         7: .line 257
      StackMap locals:
      StackMap stack:
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/bag/sorted/ImmutableSortedBag;
            if_acmpne 9
         8: .line 258
            new com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableSortedBagDeserializer$Ref
            dup
            aload 2 /* elementType */
            aload 3 /* elementTypeDeserializer */
            aload 4 /* elementDeserializer */
            invokespecial com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableSortedBagDeserializer$Ref.<init>:(Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;Lcom/fasterxml/jackson/databind/JsonDeserializer;)V
            areturn
         9: .line 262
      StackMap locals:
      StackMap stack:
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/list/MutableList;
            if_acmpeq 12
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/collection/MutableCollection;
            if_acmpeq 12
        10: .line 263
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/ordered/OrderedIterable;
            if_acmpeq 12
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/ordered/ReversibleIterable;
            if_acmpeq 12
        11: .line 264
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/RichIterable;
            if_acmpeq 12
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/InternalIterable;
            if_acmpne 13
        12: .line 265
      StackMap locals:
      StackMap stack:
            new com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Ref
            dup
            aload 2 /* elementType */
            aload 3 /* elementTypeDeserializer */
            aload 4 /* elementDeserializer */
            invokespecial com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Ref.<init>:(Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;Lcom/fasterxml/jackson/databind/JsonDeserializer;)V
            areturn
        13: .line 266
      StackMap locals:
      StackMap stack:
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/list/ImmutableList;
            if_acmpeq 14
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/collection/ImmutableCollection;
            if_acmpne 15
        14: .line 267
      StackMap locals:
      StackMap stack:
            new com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Ref
            dup
            aload 2 /* elementType */
            aload 3 /* elementTypeDeserializer */
            aload 4 /* elementDeserializer */
            invokespecial com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Ref.<init>:(Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;Lcom/fasterxml/jackson/databind/JsonDeserializer;)V
            areturn
        15: .line 268
      StackMap locals:
      StackMap stack:
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/list/FixedSizeList;
            if_acmpeq 16
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/collection/FixedSizeCollection;
            if_acmpne 17
        16: .line 269
      StackMap locals:
      StackMap stack:
            new com.fasterxml.jackson.datatype.eclipsecollections.deser.list.FixedSizeListDeserializer$Ref
            dup
            aload 2 /* elementType */
            aload 3 /* elementTypeDeserializer */
            aload 4 /* elementDeserializer */
            invokespecial com.fasterxml.jackson.datatype.eclipsecollections.deser.list.FixedSizeListDeserializer$Ref.<init>:(Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;Lcom/fasterxml/jackson/databind/JsonDeserializer;)V
            areturn
        17: .line 273
      StackMap locals:
      StackMap stack:
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/set/MutableSet;
            if_acmpeq 19
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/set/MutableSetIterable;
            if_acmpeq 19
        18: .line 274
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/set/SetIterable;
            if_acmpeq 19
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/set/UnsortedSetIterable;
            if_acmpne 20
        19: .line 275
      StackMap locals:
      StackMap stack:
            new com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Ref
            dup
            aload 2 /* elementType */
            aload 3 /* elementTypeDeserializer */
            aload 4 /* elementDeserializer */
            invokespecial com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Ref.<init>:(Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;Lcom/fasterxml/jackson/databind/JsonDeserializer;)V
            areturn
        20: .line 276
      StackMap locals:
      StackMap stack:
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/set/ImmutableSet;
            if_acmpeq 21
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/set/ImmutableSetIterable;
            if_acmpne 22
        21: .line 277
      StackMap locals:
      StackMap stack:
            new com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer$Ref
            dup
            aload 2 /* elementType */
            aload 3 /* elementTypeDeserializer */
            aload 4 /* elementDeserializer */
            invokespecial com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer$Ref.<init>:(Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;Lcom/fasterxml/jackson/databind/JsonDeserializer;)V
            areturn
        22: .line 278
      StackMap locals:
      StackMap stack:
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
            if_acmpeq 23
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/set/sorted/SortedSetIterable;
            if_acmpne 24
        23: .line 279
      StackMap locals:
      StackMap stack:
            new com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSortedSetDeserializer$Ref
            dup
            aload 2 /* elementType */
            aload 3 /* elementTypeDeserializer */
            aload 4 /* elementDeserializer */
            invokespecial com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSortedSetDeserializer$Ref.<init>:(Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;Lcom/fasterxml/jackson/databind/JsonDeserializer;)V
            areturn
        24: .line 280
      StackMap locals:
      StackMap stack:
            aload 5 /* rawClass */
            ldc Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
            if_acmpne 26
        25: .line 281
            new com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSortedSetDeserializer$Ref
            dup
            aload 2 /* elementType */
            aload 3 /* elementTypeDeserializer */
            aload 4 /* elementDeserializer */
            invokespecial com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSortedSetDeserializer$Ref.<init>:(Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;Lcom/fasterxml/jackson/databind/JsonDeserializer;)V
            areturn
        26: .line 284
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
        27: .line 285
            new java.lang.StringBuilder
            dup
            ldc "Type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* rawClass */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " in REFERENCE_TYPES but no deserializer found, should not happen"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        28: .line 284
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 5 // java.lang.Class rawClass
        end local 4 // com.fasterxml.jackson.databind.JsonDeserializer elementDeserializer
        end local 3 // com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer
        end local 2 // com.fasterxml.jackson.databind.JavaType elementType
        end local 1 // com.fasterxml.jackson.databind.JavaType containerType
        end local 0 // com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   29     0                     this  Lcom/fasterxml/jackson/datatype/eclipsecollections/EclipseCollectionsDeserializers;
            0   29     1            containerType  Lcom/fasterxml/jackson/databind/JavaType;
            0   29     2              elementType  Lcom/fasterxml/jackson/databind/JavaType;
            0   29     3  elementTypeDeserializer  Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;
            0   29     4      elementDeserializer  Lcom/fasterxml/jackson/databind/JsonDeserializer<*>;
            1   29     5                 rawClass  Ljava/lang/Class<*>;
    Signature: (Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/JavaType;Lcom/fasterxml/jackson/databind/jsontype/TypeDeserializer;Lcom/fasterxml/jackson/databind/JsonDeserializer<*>;)Lcom/fasterxml/jackson/databind/JsonDeserializer<*>;
    MethodParameters:
                         Name  Flags
      containerType            
      elementType              
      elementTypeDeserializer  
      elementDeserializer      
}
SourceFile: "EclipseCollectionsDeserializers.java"
InnerClasses:
  public abstract Base = com.fasterxml.jackson.databind.deser.Deserializers$Base of com.fasterxml.jackson.databind.deser.Deserializers
  public final Boolean = com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer$Boolean of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer
  public final Byte = com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer$Byte of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer
  public final Char = com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer$Char of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer
  public final Double = com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer$Double of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer
  public final Float = com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer$Float of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer
  public final Int = com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer$Int of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer
  public final Long = com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer$Long of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer
  public final Ref = com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer$Ref of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer
  public final Short = com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer$Short of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer
  public final Ref = com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableSortedBagDeserializer$Ref of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableSortedBagDeserializer
  public final Boolean = com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Boolean of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer
  public final Byte = com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Byte of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer
  public final Char = com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Char of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer
  public final Double = com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Double of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer
  public final Float = com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Float of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer
  public final Int = com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Int of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer
  public final Long = com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Long of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer
  public final Ref = com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Ref of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer
  public final Short = com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer$Short of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer
  public final Ref = com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableSortedBagDeserializer$Ref of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableSortedBagDeserializer
  public final Ref = com.fasterxml.jackson.datatype.eclipsecollections.deser.list.FixedSizeListDeserializer$Ref of com.fasterxml.jackson.datatype.eclipsecollections.deser.list.FixedSizeListDeserializer
  public final Boolean = com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Boolean of com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer
  public final Byte = com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Byte of com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer
  public final Char = com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Char of com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer
  public final Double = com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Double of com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer
  public final Float = com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Float of com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer
  public final Int = com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Int of com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer
  public final Long = com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Long of com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer
  public final Ref = com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Ref of com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer
  public final Short = com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer$Short of com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer
  public final Boolean = com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Boolean of com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer
  public final Byte = com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Byte of com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer
  public final Char = com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Char of com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer
  public final Double = com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Double of com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer
  public final Float = com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Float of com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer
  public final Int = com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Int of com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer
  public final Long = com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Long of com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer
  public final Ref = com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Ref of com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer
  public final Short = com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer$Short of com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer
  public final Boolean = com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer$Boolean of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer
  public final Byte = com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer$Byte of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer
  public final Char = com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer$Char of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer
  public final Double = com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer$Double of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer
  public final Float = com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer$Float of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer
  public final Int = com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer$Int of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer
  public final Long = com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer$Long of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer
  public final Ref = com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer$Ref of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer
  public final Short = com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer$Short of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer
  public final Ref = com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSortedSetDeserializer$Ref of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSortedSetDeserializer
  public final Boolean = com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Boolean of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer
  public final Byte = com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Byte of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer
  public final Char = com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Char of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer
  public final Double = com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Double of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer
  public final Float = com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Float of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer
  public final Int = com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Int of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer
  public final Long = com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Long of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer
  public final Ref = com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Ref of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer
  public final Short = com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer$Short of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer
  public final Ref = com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSortedSetDeserializer$Ref of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSortedSetDeserializer