Core API module for the Codamo framework. Provides stable API for transformations of data models. Available transformations:
- Conversion - Initial entry point for conversion, takes source object and converts it into result type object.
Whole flow can be implemented using single Conversion or it can delegate to other transformations.
Default implementation of this interface is Converter which should be used for defining Conversion.
- Resolvance - Chooses implementation of specific ...
