| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntityDocumentsSerializer
Interface for classes which serialize
EntityDocument objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityDocumentProcessorBroker
Simple broker implementation of
EntityDocumentProcessor which
distributes entity documents to multiple registered listeners. |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityDocumentProcessorBroker.registerEntityDocumentProcessor(EntityDocumentProcessor entityDocumentProcessor)
Registers a listener which will be called for all entity documents that
are processed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonSerializer
This class implements
EntityDocumentsSerializer to provide a
JsonSerializer for EntityDocument objects. |
Copyright © 2014 Wikidata Toolkit Developers. Generated from source code published under the Apache License 2.0. For more information, see the Wikidata Toolkit homepage