| Package | Description |
|---|---|
| org.wikidata.wdtk.datamodel.helpers |
Package for mostly static helper code to work with data objects.
|
| 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 |
Code that is related to the official Wikibase JSON format
as used, e.g., to export result in the Wikibase Web API.
|
| 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 |
DataModelConverter
Class to re-create data model objects using a specified factory.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
QuantityValueImpl.accept(ValueVisitor<T> valueVisitor) |
<T> T |
EntityIdValueImpl.accept(ValueVisitor<T> valueVisitor) |
<T> T |
DatatypeIdImpl.accept(ValueVisitor<T> valueVisitor) |
<T> T |
GlobeCoordinatesValueImpl.accept(ValueVisitor<T> valueVisitor) |
<T> T |
StringValueImpl.accept(ValueVisitor<T> valueVisitor) |
<T> T |
MonolingualTextValueImpl.accept(ValueVisitor<T> valueVisitor) |
<T> T |
TimeValueImpl.accept(ValueVisitor<T> valueVisitor) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Value.accept(ValueVisitor<T> valueVisitor)
Accept a ValueVisitor and return its output.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ValueJsonConverter
Helper class that converts instances of
Value to JSON for later
serialization. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
JacksonMonolingualTextValue.accept(ValueVisitor<T> valueVisitor) |
<T> T |
JacksonDatatypeId.accept(ValueVisitor<T> valueVisitor) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
JacksonValueMonolingualText.accept(ValueVisitor<T> valueVisitor) |
<T> T |
JacksonValueItemId.accept(ValueVisitor<T> valueVisitor) |
<T> T |
JacksonValueTime.accept(ValueVisitor<T> valueVisitor) |
<T> T |
JacksonValueGlobeCoordinates.accept(ValueVisitor<T> valueVisitor) |
<T> T |
JacksonValueString.accept(ValueVisitor<T> valueVisitor) |
<T> T |
JacksonValueQuantity.accept(ValueVisitor<T> valueVisitor) |
Copyright © 2014 Wikidata Toolkit Developers. Generated from source code published under the Apache License 2.0. For more information, see the Wikidata Toolkit homepage