public class ElementDeserializer<ISM extends Element>
extends org.gcube.com.fasterxml.jackson.databind.deser.std.StdDeserializer<ISM>
| Modifier and Type | Field and Description |
|---|---|
protected org.gcube.com.fasterxml.jackson.databind.ObjectMapper |
mapper |
| Constructor and Description |
|---|
ElementDeserializer(Class<ISM> clz,
org.gcube.com.fasterxml.jackson.databind.ObjectMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
ISM |
deserialize(org.gcube.com.fasterxml.jackson.core.JsonParser jp,
org.gcube.com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Object |
deserializeWithType(org.gcube.com.fasterxml.jackson.core.JsonParser jp,
org.gcube.com.fasterxml.jackson.databind.DeserializationContext ctxt,
org.gcube.com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer) |
_coerceIntegral, _deserializeFromEmpty, _failDoubleToIntCoercion, _hasTextualNull, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _parseBoolean, _parseBooleanFromInt, _parseBooleanFromOther, _parseBooleanPrimitive, _parseByte, _parseDate, _parseDate, _parseDouble, _parseDoublePrimitive, _parseFloat, _parseFloatPrimitive, _parseInteger, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseShort, _parseShortPrimitive, _parseString, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, getValueClass, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer, parseDoublepublic Object deserializeWithType(org.gcube.com.fasterxml.jackson.core.JsonParser jp, org.gcube.com.fasterxml.jackson.databind.DeserializationContext ctxt, org.gcube.com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer) throws IOException
deserializeWithType in class org.gcube.com.fasterxml.jackson.databind.deser.std.StdDeserializer<ISM extends Element>IOExceptionpublic ISM deserialize(org.gcube.com.fasterxml.jackson.core.JsonParser jp, org.gcube.com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, org.gcube.com.fasterxml.jackson.core.JsonProcessingException
deserialize in class org.gcube.com.fasterxml.jackson.databind.JsonDeserializer<ISM extends Element>IOExceptionorg.gcube.com.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2020. All Rights Reserved.