Package org.gbif.api.jackson
Class EmptyToNullUriDeserializer
- java.lang.Object
- 
- com.fasterxml.jackson.databind.JsonDeserializer<URI>
- 
- org.gbif.api.jackson.EmptyToNullUriDeserializer
 
 
- 
- All Implemented Interfaces:
- com.fasterxml.jackson.databind.deser.NullValueProvider
 
 public class EmptyToNullUriDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<URI> 
- 
- 
Constructor SummaryConstructors Constructor Description EmptyToNullUriDeserializer()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description URIdeserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)- 
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializerdeserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
 
- 
 
- 
- 
- 
Constructor Detail- 
EmptyToNullUriDeserializerpublic EmptyToNullUriDeserializer() 
 
- 
 - 
Method Detail- 
deserializepublic URI deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException - Specified by:
- deserializein class- com.fasterxml.jackson.databind.JsonDeserializer<URI>
- Throws:
- IOException
 
 
- 
 
-