public class ResponsePathDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<ResponsePath>
| Constructor and Description |
|---|
ResponsePathDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
static ResponsePath |
createResponsePath(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.JsonNode path,
boolean hasElevation,
boolean turnDescription) |
static PointList |
decodePolyline(String encoded,
int initCap,
boolean is3D) |
ResponsePath |
deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
static List<Throwable> |
readErrors(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.JsonNode json) |
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic ResponsePath deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<ResponsePath>IOExceptionpublic static ResponsePath createResponsePath(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JsonNode path, boolean hasElevation, boolean turnDescription)
Copyright © 2012–2023. All rights reserved.