| Package | Description |
|---|---|
| de.gerdiproject.harvest.etls |
This package contains classes and packages that are related to the AbstractETL and its sub-classes.
|
| de.gerdiproject.harvest.etls.extractors |
This package contains constants concerning IExtractor components.
|
| Constructor and Description |
|---|
StaticIteratorETL(AbstractIteratorExtractor<T> extractor,
AbstractIteratorTransformer<T,S> transformer)
Constructor that initializes the extractor and transformer.
|
StaticIteratorETL(String name,
AbstractIteratorExtractor<T> extractor,
AbstractIteratorTransformer<T,S> transformer)
Constructor that initializes the extractor and transformer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonArrayExtractor<T>
This class represents the Extractor of an ETL process that
parses a JSON array from a HTTP response.
|
Copyright © 2017–2019. All rights reserved.