Value interfaces for use as
snak values.See: Description
| Class | Description |
|---|---|
| JacksonInnerEntityId |
This class represents the inner anonymous object in the JSON type of
"wikibase-entityid".
|
| JacksonInnerGlobeCoordinates |
Helper object that represents the JSON object structure that is used to
represent values of type
JacksonValue.JSON_VALUE_TYPE_GLOBE_COORDINATES. |
| JacksonInnerMonolingualText |
Helper object that represents the JSON object structure that is used to
represent values of type
JacksonValue.JSON_VALUE_TYPE_MONOLINGUAL_TEXT. |
| JacksonInnerQuantity |
Helper object that represents the JSON object structure that is used to
represent values of type
JacksonValue.JSON_VALUE_TYPE_QUANTITY. |
| JacksonInnerTime |
Helper object that represents the JSON object structure that is used to
represent values of type
JacksonValue.JSON_VALUE_TYPE_STRING. |
| JacksonValue |
Abstract Jackson implementation of
Value. |
| JacksonValueDeserializer |
Custom Jackson deserializer that maps the JSON representation of Wikibase
values to WDTK classes.
|
| JacksonValueEntityId |
Abstract base implementation of
EntityIdValue for Jackson. |
| JacksonValueGlobeCoordinates |
Jackson implementation of
GlobeCoordinatesValue. |
| JacksonValueItemId |
Jackson implementation of
ItemIdValue. |
| JacksonValueMonolingualText |
Jackson implementation of
MonolingualTextValue. |
| JacksonValuePropertyId |
Jackson implementation of
PropertyIdValue. |
| JacksonValueQuantity |
Jackson implementation of
QuantityValue. |
| JacksonValueString |
Jackson implementation of
StringValue. |
| JacksonValueTime |
Jackson implementation of
TimeValue. |
Value interfaces for use as
snak values. The JSON serializations typically differ even for values that
occur in other places too, hence separate implementations are required.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