big-andy-coates / populace

Test utility to recursiving populate object graphs
Apache License 2.0
0 stars 0 forks source link

Feature/pop 38 support for runtime generic type resolution #40

Closed big-andy-coates closed 9 years ago

big-andy-coates commented 9 years ago

Fixed #38 - support for runtime generic types i.e. If you have a field of type Map<String, Number> and the value of that field is a HashMap, then the runtime generic type of the field is determined to be HashMap<String, Number>.

At present wildcard and generic arrays are not fully supported. See #39 which covers extending this support to wildcard and generic arrays.