-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
CollectionType
should extend from a new type ParameterizedType
, to allow modelling more complex types like e.g. Map
. The idea is, that ParameterizedType
has N parameter types and CollectionType
is a special variant of that, because it has the notion of an element type.
When doing that, there also needs to be a way to register a "TypeFactory" for such custom collection types, which will produce ParameterizedType
instances. We should try to model collection types through that same mechanism.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request