public class WikidataParser extends Object
| Constructor and Description |
|---|
WikidataParser() |
WikidataParser(LanguageSet langs) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
gsonToPrimitive(com.google.gson.JsonElement element) |
WikidataValue |
jsonToValue(String type,
com.google.gson.JsonElement element) |
WikidataEntity |
parse(String json) |
WikidataValue |
snakToValue(String type,
org.wikidata.wdtk.datamodel.interfaces.Value snak) |
public WikidataParser()
public WikidataParser(LanguageSet langs)
public WikidataEntity parse(String json) throws WpParseException
WpParseExceptionpublic WikidataValue snakToValue(String type, org.wikidata.wdtk.datamodel.interfaces.Value snak)
public WikidataValue jsonToValue(String type, com.google.gson.JsonElement element) throws WpParseException
WpParseExceptionpublic static Object gsonToPrimitive(com.google.gson.JsonElement element)
Copyright © 2018. All rights reserved.