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, unwrappingDeserializerpublic 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>>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2017. All rights reserved.