| Package | Description |
|---|---|
| de.gerdiproject.harvest.etls.extractors |
This package contains constants concerning IExtractor components.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<T> |
AbstractIteratorExtractor.extract() |
T |
IExtractor.extract()
Extracts elements from a source repository.
|
protected abstract Iterator<T> |
AbstractIteratorExtractor.extractAll()
This method extracts everything there is to extract.
|
protected List<T> |
JsonArrayExtractor.getListFromJson(com.google.gson.JsonElement inputJson)
Parses a JSON object to retrieve a JSON array
and converts the array to a LinkedList.
|
Copyright © 2017–2019. All rights reserved.