Class CustomBundleDeserializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonDeserializer<Bundle>
-
- org.openprovenance.prov.core.json.serialization.deserial.CustomBundleDeserializer
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider
public class CustomBundleDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<Bundle>
-
-
Constructor Summary
Constructors Constructor Description CustomBundleDeserializer()
-
Method Summary
Modifier and Type Method Description Bundledeserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)-
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
-
-
-
Method Detail
-
deserialize
public Bundle deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
- Specified by:
deserializein classcom.fasterxml.jackson.databind.JsonDeserializer<Bundle>- Throws:
IOExceptioncom.fasterxml.jackson.core.JsonProcessingException
-
-