Skip to content

TypeDiscoverer should not consider types implementing Iterable<…> collection like [DATACMNS-167] #648

Closed
@spring-projects-issues

Description

@spring-projects-issues

Oliver Drotbohm opened DATACMNS-167 and commented

It's common to have wrapper classes around collections that implement Iterable to still allow iterating over the collection but also add additional information about the collection. Currently these classes are considered collection like and thus handled like a collection in the mapping sub-system. We should only consider a type a collection like type it if is either Iterable or assignable to Collection


Affects: 1.3 RC1

Referenced from: commits aec655a

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions