public abstract class UnionJsonDeserializer<V,T extends Enum<T>> extends CompositeJsonDeserializer<V>
Modifier | Constructor and Description |
---|---|
protected |
UnionJsonDeserializer(Class<V> clazz,
Map<String,T> tagMapping,
T catchAll,
Class<?>... unwrappableFieldClasses) |
Modifier and Type | Method and Description |
---|---|
V |
deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctx) |
protected abstract V |
deserialize(T tag,
com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctx) |
assertUnsigned, expectArrayEnd, expectArrayStart, expectField, expectObjectEnd, expectObjectStart, getStringValue, hasTag, isArrayEnd, isArrayStart, isObjectEnd, isObjectStart, readCollapsedStructValue, readEnumeratedSubtypeTag, readTag, resolve, skipValue
_coerceIntegral, _deserializeFromEmpty, _failDoubleToIntCoercion, _hasTextualNull, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _parseBoolean, _parseBooleanFromOther, _parseBooleanPrimitive, _parseByte, _parseDate, _parseDouble, _parseDoublePrimitive, _parseFloat, _parseFloatPrimitive, _parseInteger, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseShort, _parseShortPrimitive, _parseString, deserializeWithType, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, getValueClass, getValueType, handledType, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer, parseDouble
protected abstract V deserialize(T tag, com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctx) throws IOException, com.fasterxml.jackson.core.JsonParseException
IOException
com.fasterxml.jackson.core.JsonParseException
public V deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctx) throws IOException, com.fasterxml.jackson.core.JsonParseException
deserialize
in class com.fasterxml.jackson.databind.JsonDeserializer<V>
IOException
com.fasterxml.jackson.core.JsonParseException
Copyright © 2016. All rights reserved.