| Package | Description |
|---|---|
| org.wikidata.wdtk.datamodel.implementation |
Basic implementation for objects representing Wikibase data and related factories.
|
| org.wikidata.wdtk.datamodel.interfaces |
Interfaces for representing Wikibase data and related factories.
|
| 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 | Class and Description |
|---|---|
class |
DatatypeIdImpl
Implementation of
DatatypeIdValue |
class |
EntityIdValueImpl
Generic implementation of
EntityIdValue that works with arbitrary
Wikibase instances: it requires a baseIri that identifies the site globally. |
class |
ItemIdValueImpl
Generic implementation of
ItemIdValue that works with arbitrary
Wikibase instances: it requires a baseIri that identifies the site globally. |
class |
PropertyIdValueImpl
Generic implementation of
PropertyIdValue that works with arbitrary
Wikibase instances: it requires a baseIri that identifies the site globally. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DatatypeIdValue
A value that represents one of the available Wikibase datatypes.
|
interface |
EntityIdValue
An entity is a Value that is represented by a page in Wikibase.
|
interface |
ItemIdValue
The id of a Wikibase Item.
|
interface |
PropertyIdValue
The id of a Wikibase Property.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JacksonDatatypeId
Jackson implementation of
DatatypeIdValue. |
| Modifier and Type | Class and Description |
|---|---|
class |
JacksonValueItemId
Jackson implementation of
ItemIdValue. |
Copyright © 2014 Wikidata Toolkit Developers. Generated from source code published under the Apache License 2.0. For more information, see the Wikidata Toolkit homepage