Lennart

Results 3 issues of Lennart

### Is your feature request related to a problem? Please describe. I'd like to use the auto flattening features for array properties. I tried a datastructure like this: ```typescript class...

enhancement

The following annotation example would result in an error that the type for `Simple2` couldn't be found. ````java @JsonTypeInfo(use = Id.NAME, include = As.PROPERTY, property = "type", visible = true)...

enhancement

The [wiki](https://github.com/nmorel/gwt-jackson/wiki/Jackson-annotations-support) says that only `As.EXTERNAL_PROPERTY` and `Is.CUSTOM` aren't supported. But `As.EXISTING_PROPERTY` also throws an error (and isn't handled in the switch of `AbstractBeanJsonDeserializer.doDeserialize`). **Workaround** I could resolve the problem...