| Class | Description |
|---|---|
| Converter<SI,SO,DI,DO> |
An interface for classes that implement data transformations, e.g., data type
conversions, schema projections, data manipulations, data filtering, etc.
|
| Exception | Description |
|---|---|
| DataConversionException |
A type of
Exception thrown when there's anything wrong
with data conversion. |
| SchemaConversionException |
A type of
Exception thrown when there's anything wrong
with schema conversion. |