issues
search
Voiteh
/
Gecon
GEneric CONverter of data models for Ceylon
Apache License 2.0
2
stars
0
forks
source link
Implement map into Delegator, create new transformer Mapper with own API
#83
Closed
Voiteh
closed
5 years ago
Voiteh
commented
5 years ago
All Relation classes will be removed as there is no requirement now to "convert" to wrapper type, because there will be delegated API for that.
All Mapping classes will be removed as operations will be encapsulated into Mappers
API method definition
{Object->Anything*} map(Object source,Type<Anything> resultType)
Change current Mapper implementations and definitions
Change current Relation/Mapping transformer related implementation
{Object->Anything*} map(Object source,Type<Anything> resultType)