| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntityDocumentDumpProcessor
Interface for classes that process a list of
EntityDocument objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityDocumentProcessorBroker
Simple broker implementation of
EntityDocumentProcessor which
distributes entity documents to multiple registered listeners. |
class |
EntityDocumentProcessorFilter
Implementation of
EntityDocumentProcessor that acts as a filter,
removing some of the data from EntityDocument objects before passing
them on to another processor. |
| 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.
|
| Constructor and Description |
|---|
EntityDocumentProcessorFilter(EntityDocumentProcessor entityDocumentProcessor)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonSerializer
This class implements
EntityDocumentDumpProcessor to provide a
serializer for EntityDocument objects in JSON. |
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