org.codehaus.jackson.map.deser
Class ArrayDeserializers
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getAll
public static HashMap<JavaType,JsonDeserializer<Object>> getAll()
deserializeWithType
public Object deserializeWithType(JsonParser jp,
DeserializationContext ctxt,
TypeDeserializer typeDeserializer)
throws IOException,
JsonProcessingException
- Throws:
IOException
JsonProcessingException