Class ConverterDeserializer<INPUT,OUTPUT>
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonDeserializer<OUTPUT>
-
- org.bardframework.commons.jackson.converter.ConverterDeserializer<INPUT,OUTPUT>
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider
- Direct Known Subclasses:
PersianStringDisinfectant
public abstract class ConverterDeserializer<INPUT,OUTPUT> extends com.fasterxml.jackson.databind.JsonDeserializer<OUTPUT>Created by Vahid Zafari on 1/29/2016.
-
-
Constructor Summary
Constructors Constructor Description ConverterDeserializer()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract OUTPUTconvert(INPUT value)OUTPUTdeserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context)-
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
-
-
-
Method Detail
-
deserialize
public OUTPUT deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context) throws IOException
- Specified by:
deserializein classcom.fasterxml.jackson.databind.JsonDeserializer<OUTPUT>- Throws:
IOException
-
-