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.
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.