See: Description
| Interface | Description |
|---|---|
| Converter<FROM,TO> |
Converter interface which shall be used by classes that intend to implement bidirectional conversion of one type in
another and vice versa.
|
| Converter.MatchRating<FROM> |
This interface is intended to be implemented by converter implementations that want to provide a rating on how
well the converter may convert the provided data, or in other word, how well the format of the provided data fits
to the capabilities of the converter.
|
| FormatHint |
Interface to be implemented by
Converter implementations to hint the user about the supported format so that
they can decide which Converter to use for import or export of their data. |
| InputStreamConverter<TO> |
Specific converter that converts
InputStreams to specific objects. |
| Exception | Description |
|---|---|
| ConversionException |
Exception to be thrown if a conversion related exception occurs.
|
Copyright © 2012–2026 cismet GmbH. All rights reserved.