public static class Serialization.FunctionCallDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<FunctionCall>
Constructor and Description |
---|
FunctionCallDeserializer(SqlParser sqlParser) |
Modifier and Type | Method and Description |
---|---|
FunctionCall |
deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
@Inject public FunctionCallDeserializer(SqlParser sqlParser)
public FunctionCall deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws IOException
deserialize
in class com.fasterxml.jackson.databind.JsonDeserializer<FunctionCall>
IOException
Copyright © 2012–2019. All rights reserved.