com.fasterxml.jackson.databind.deser.std

Class CollectionDeserializer

    • Field Detail

      • _collectionType

        protected final JavaType _collectionType
      • _valueTypeDeserializer

        protected final TypeDeserializer _valueTypeDeserializer
        If element instances have polymorphic type information, this is the type deserializer that can handle it
      • _delegateDeserializer

        protected final JsonDeserializer<Object> _delegateDeserializer
        Deserializer that is used iff delegate-based creator is to be used for deserializing from JSON Object.

Copyright © 2014-2015 FasterXML. All Rights Reserved.