public class CoordinatesDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<Position>
Constructor and Description |
---|
CoordinatesDeserializer() |
Modifier and Type | Method and Description |
---|---|
Position |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
protected Position |
deserializeArray(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
Deserialize array
|
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
public Position deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
deserialize
in class com.fasterxml.jackson.databind.JsonDeserializer<Position>
IOException
com.fasterxml.jackson.core.JsonProcessingException
protected Position deserializeArray(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
jp
- json parserctxt
- contextIOException
- upon errorcom.fasterxml.jackson.core.JsonProcessingException
- upon errorCopyright © 2024. All rights reserved.