public class UriTemplateDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<UriTemplate>
JsonDeserializer that deserializes a string into a UriTemplate.JsonDeserializer| Constructor and Description |
|---|
UriTemplateDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
UriTemplate |
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 UriTemplate 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<UriTemplate>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2012-04-30–2016 Ryan J. McDonough. All rights reserved.