com.fasterxml.jackson.databind.deser.std

Class ObjectArrayDeserializer

    • Field Detail

      • _arrayType

        protected final ArrayType _arrayType
        Full generic type of the array being deserialized
      • _untyped

        protected final boolean _untyped
        Flag that indicates whether the component type is Object or not. Used for minor optimization when constructing result.
      • _elementClass

        protected final Class<?> _elementClass
        Type of contained elements: needed for constructing actual result array
      • _elementTypeDeserializer

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

Copyright © 2012 FasterXML. All Rights Reserved.