You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
CollectionType
should extend from a new typeParameterizedType
, to allow modelling more complex types like e.g.Map
. The idea is, thatParameterizedType
has N parameter types andCollectionType
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.The text was updated successfully, but these errors were encountered: