Add new JavaType
to support container-like, Iterable types (like Stream
)
#2246
Labels
duplicate
Duplicate of an existing (usually earlier) issue
So: it seems like things like
Iterator
,Iterable
,Stream
should be recognized as specialJavaType
of their own, similar toReferenceType
. Whether this new type should be consideredCollectionLike
or at least "container type" is an open question -- probably at least latter.The text was updated successfully, but these errors were encountered: