Package de.bmiag.tapir.datasource.api
-
Interface Summary Interface Description DataProvider DataProvider
is responsible for providing data based on the registered data sources.DataSource<SelectorType,DataType> Data Sources act as bridge between tapir and arbitrary data formats. -
Class Summary Class Description AbstractDataSource<SelectorType,SourceDataType,TargetDataType> AbstractDataSource
is a convenience abstract class which fits well forIterator
based results.DataProviderImpl Default implementation ofDataProvider
.TapirDataSourceApiConfiguration Provides the configuration for tapir's datasource api module.