Class CustomAttributeDeserializer

java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<Attribute>
com.fasterxml.jackson.databind.deser.std.StdDeserializer<Attribute>
org.openprovenance.prov.core.jsonld11.serialization.deserial.CustomAttributeDeserializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable, Constants

public class CustomAttributeDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<Attribute> implements Constants
See Also:
  • Constructor Details

    • CustomAttributeDeserializer

      public CustomAttributeDeserializer()
    • CustomAttributeDeserializer

      public CustomAttributeDeserializer(Class<?> vc)
  • Method Details

    • deserialize

      public Attribute deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws IOException
      Specified by:
      deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<Attribute>
      Throws:
      IOException