Abstract
Abstract
parseThe method to implement the parsing logic for transforming the fetcherResult into a DataContainer. When a custom parser is defined, the connector must implement this method to perform data parsing.
Static
createA static method to create a DataContainerBuilder instance based on the provided dataContainer object.
Generated using TypeDoc
An abstract class for the implementation of connector custom parsing that asynchronously parses the results yielded from the Fetcher.
For TypeScript, the fetcherResult type can be provided via the type parameter. By default, fetcherResult is typed as
any
.Example