public abstract class AbstractClientCsdlEdmDeserializer<T>
extends com.fasterxml.jackson.databind.JsonDeserializer<T>
| Constructor and Description |
|---|
AbstractClientCsdlEdmDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
T |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
protected abstract T |
doDeserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
protected boolean |
isAnnotationConstExprConstruct(com.fasterxml.jackson.core.JsonParser jp) |
protected CsdlConstantExpression |
parseAnnotationConstExprConstruct(com.fasterxml.jackson.core.JsonParser jp) |
protected org.apache.olingo.client.core.edm.xml.ClientCsdlReturnType |
parseReturnType(com.fasterxml.jackson.core.JsonParser jp,
String elementName) |
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializerprotected boolean isAnnotationConstExprConstruct(com.fasterxml.jackson.core.JsonParser jp)
throws IOException
IOExceptionprotected CsdlConstantExpression parseAnnotationConstExprConstruct(com.fasterxml.jackson.core.JsonParser jp) throws IOException
IOExceptionprotected org.apache.olingo.client.core.edm.xml.ClientCsdlReturnType parseReturnType(com.fasterxml.jackson.core.JsonParser jp,
String elementName)
throws IOException
IOExceptionprotected abstract T doDeserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
IOExceptionpublic T deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<T>IOExceptionCopyright © 2023. All rights reserved.