public class DefaultTargetCoordinateMapDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<Map<String,Coordinate>>
| Constructor and Description |
|---|
DefaultTargetCoordinateMapDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Coordinate> |
deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializerpublic DefaultTargetCoordinateMapDeserializer()
public Map<String,Coordinate> deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws com.fasterxml.jackson.core.JsonProcessingException, IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<Map<String,Coordinate>>com.fasterxml.jackson.core.JsonProcessingExceptionIOExceptionCopyright © 2017. All rights reserved.