org.codehaus.jackson.map.deser
Class ArrayDeserializers

java.lang.Object
  extended by org.codehaus.jackson.map.deser.ArrayDeserializers

public class ArrayDeserializers
extends Object

Container for deserializers used for instantiating "primitive arrays", arrays that contain non-object java primitive types.


Method Summary
 Object deserializeWithType(JsonParser jp, DeserializationContext ctxt, TypeDeserializer typeDeserializer)
           
static HashMap<JavaType,JsonDeserializer<Object>> getAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAll

public static HashMap<JavaType,JsonDeserializer<Object>> getAll()

deserializeWithType

public Object deserializeWithType(JsonParser jp,
                                  DeserializationContext ctxt,
                                  TypeDeserializer typeDeserializer)
                           throws IOException,
                                  JsonProcessingException
Throws:
IOException
JsonProcessingException