| Package | Description |
|---|---|
| org.wikidata.wdtk.datamodel.json.jackson |
Main package for Jackson-compatible implementations of the WDTK datamodel
interfaces.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,List<JacksonMonolingualTextValue>> |
JacksonTermedDocument.aliases |
protected Map<String,JacksonMonolingualTextValue> |
JacksonTermedDocument.descriptions |
protected Map<String,JacksonMonolingualTextValue> |
JacksonTermedDocument.labels |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<JacksonMonolingualTextValue>> |
AliasesDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
void |
JacksonTermedDocument.setAliases(Map<String,List<JacksonMonolingualTextValue>> aliases)
Sets the aliases to the given value.
|
void |
JacksonTermedDocument.setDescriptions(Map<String,JacksonMonolingualTextValue> descriptions)
Sets the descriptions to the given value.
|
void |
JacksonTermedDocument.setLabels(Map<String,JacksonMonolingualTextValue> labels)
Sets the labels to the given value.
|
Copyright © 2014 Wikidata Toolkit Developers. Generated from source code published under the Apache License 2.0. For more information, see the Wikidata Toolkit homepage