PeterKnego / xmappr

A simple XML-to-Java mapper
4 stars 2 forks source link

Throw exception if 'targetType' is used with wildcard mapping #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When wildcard ("*") mapping is used the target type is always DomElement.
Throw an exception if "targetType" attribute is set explicitly.

Original issue reported on code.google.com by peter.kn...@gmail.com on 7 Mar 2010 at 2:21