public abstract static class IterableJson.Deserializer<T> extends com.fasterxml.jackson.databind.JsonDeserializer<Iterable<T>>
| Constructor and Description |
|---|
Deserializer(Function<List<T>,Iterable<T>> supplier) |
Deserializer(Function<List<T>,Iterable<T>> supplier,
Class<T> memberClass) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<T> |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic Iterable<T> deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<Iterable<T>>IOExceptionCopyright © 2019. All rights reserved.