BraintagsGmbH/vertx-pojo-mapper

refactor usage of ITypeHandler / IPropertyMapper

remi128 opened this issue · 1 comments

currently embedded and referenced fields are handled by special typehandler ( ObjectTypeHandlerReferenced, -Embedded ). Because of this the ITypeHandler-methods are defined reactive.
Change would be: define special implementations of IPropertyMapper, which are performing the resolvement of subobjects. The methods in ITypehandler could then probably be defined without handler.

closed cause to #76