public static class JacksonJson.UserListDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<List<User>>
Constructor and Description |
---|
UserListDeserializer() |
Modifier and Type | Method and Description |
---|---|
List<User> |
deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext context) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
public List<User> deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext context) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
deserialize
in class com.fasterxml.jackson.databind.JsonDeserializer<List<User>>
IOException
com.fasterxml.jackson.core.JsonProcessingException
Copyright © 2017. All rights reserved.