OpenAPITools/jackson-databind-nullable

Missing JsonNullableValueExtractor support for List<JsonNullable<T>>

tofi86 opened this issue · 0 comments

We're missing javax.validation Value Extractor support for List<JsonNullable<T>> or more generically Collection<JsonNullable<T>>.

Releated to #2.

I will send a PullRequest which adds this feature.