public class CommaDelimitedScopeDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<Collection<String>>
| Constructor and Description |
|---|
CommaDelimitedScopeDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializerpublic Collection<String> deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<Collection<String>>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2017. All rights reserved.