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
Empty CollectionModel instances are currently not processed by the RepresentationModelProcessorInvoker as it needs to inspect the element type to find all processors to invoke. We should allow users to add the element type information on CollectionModel explicitly to allow empty models to be processed, too.
The text was updated successfully, but these errors were encountered:
We now allow explicit definition of a fallback collection element type on CollectionModel to be used in cases of an empty model, so that the RepresentationModelProcessor infrastructure can still reason about the element type and also invoke the processor for empty collection models.
Fixes#1590.
Empty
CollectionModel
instances are currently not processed by theRepresentationModelProcessorInvoker
as it needs to inspect the element type to find all processors to invoke. We should allow users to add the element type information onCollectionModel
explicitly to allow empty models to be processed, too.The text was updated successfully, but these errors were encountered: