public class StringArrayDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<String[]>
| Constructor and Description |
|---|
StringArrayDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext context) |
deserialize, deserializeWithType, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic String[] 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<String[]>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2022. All rights reserved.