com.fasterxml.jackson.databind.deser.std

Class MapDeserializer

    • Field Detail

      • _mapType

        protected final JavaType _mapType
      • _standardStringKey

        protected boolean _standardStringKey
        Flag set to indicate that the key type is String (or Object, for which String is acceptable), and that the default Jackson key deserializer would be used. If both are true, can optimize handling.
      • _valueTypeDeserializer

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

        protected final boolean _hasDefaultCreator
      • _delegateDeserializer

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

        protected PropertyBasedCreator _propertyBasedCreator
        If the Map is to be instantiated using non-default constructor or factory method that takes one or more named properties as argument(s), this creator is used for instantiation.
      • _ignorableProperties

        protected HashSet<String> _ignorableProperties

Copyright © 2014-2015 FasterXML. All Rights Reserved.