JavaScript is disabled on your browser.
java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<StatementRank >
org.wikidata.wdtk.datamodel.json.jackson.StatementRankDeserializer
public class StatementRankDeserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<StatementRank >
A deserializer implementation for the StatementRank enumeration. This is
necessary since Java enumerations are in upper case but the Json counterpart
is in lower case.
Author:
Fredo Erxleben
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer
com.fasterxml.jackson.databind.JsonDeserializer.None
Method Summary
Methods
Modifier and Type
Method and Description
StatementRank
deserialize (com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getKnownPropertyNames, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializer
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Method Detail
deserialize
public StatementRank deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
throws IOException ,
com.fasterxml.jackson.core.JsonProcessingException
Specified by:
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<StatementRank >
Throws:
IOException
com.fasterxml.jackson.core.JsonProcessingException
Copyright © 2014–2015 Wikidata Toolkit Developers. Generated from source code published under the Apache License 2.0. For more information, see the Wikidata Toolkit homepage