| Package | Description |
|---|---|
| org.wikidata.wdtk.datamodel.json.jackson |
Main package for Jackson-compatible implementations of the WDTK datamodel
interfaces.
|
| org.wikidata.wdtk.datamodel.json.jackson.datavalues |
Jackson-compatible implementation of all WDTK
Value interfaces for use as
snak values. |
| Modifier and Type | Method and Description |
|---|---|
JacksonValue |
JacksonValueSnak.getDatavalue()
Returns the snak value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JacksonValueSnak.setDatavalue(JacksonValue datavalue)
Sets the snak value to the given value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JacksonValueEntityId
Abstract base implementation of
EntityIdValue for Jackson. |
class |
JacksonValueGlobeCoordinates
Jackson implementation of
GlobeCoordinatesValue. |
class |
JacksonValueItemId
Jackson implementation of
ItemIdValue. |
class |
JacksonValueMonolingualText
Jackson implementation of
MonolingualTextValue. |
class |
JacksonValuePropertyId
Jackson implementation of
PropertyIdValue. |
class |
JacksonValueQuantity
Jackson implementation of
QuantityValue. |
class |
JacksonValueString
Jackson implementation of
StringValue. |
class |
JacksonValueTime
Jackson implementation of
TimeValue. |
| Modifier and Type | Method and Description |
|---|---|
JacksonValue |
JacksonValueDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
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