Skip to content

Added support for generic superclass typed properties#19

Merged
Spikhalskiy merged 1 commit intoDozerMapper:masterfrom
Tetradeus:GenericTypeFromSuperClass
Jan 11, 2013
Merged

Added support for generic superclass typed properties#19
Spikhalskiy merged 1 commit intoDozerMapper:masterfrom
Tetradeus:GenericTypeFromSuperClass

Conversation

@Tetradeus
Copy link

Hello, I just added some support for generic properties where the type comes from the extended superclass.

ex: A has a property List list;
If B extends A hence the type of the list property is List.
Dozer can then guess the type in order to avoid any specific converter.

@buzdin
Copy link
Member

buzdin commented Nov 14, 2012

I will take a look soon. Thanks!

Spikhalskiy added a commit that referenced this pull request Jan 11, 2013
Added support for generic superclass typed properties
@Spikhalskiy Spikhalskiy merged commit 28fe83c into DozerMapper:master Jan 11, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants