eclipse-emfcloud / emfjson-jackson

emfjson-jackson
Other
16 stars 15 forks source link

Resolve static generic type bindings in deserialization #42

Closed janhicken closed 2 years ago

janhicken commented 2 years ago

When generic types are known statically, they can be resolved automatically while parsing. In these cases, a static type info is no longer necessary.

Closes https://github.com/eclipse-emfcloud/emfjson-jackson/issues/41

As you can see in the changed test, the type info can now be omitted in the case described in the issue.