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
During our discussions we realized that with Scala 3 it is possible to do a lot of mapping with a minimum of allocation actually happening.
This makes it possible again to have full API-mappings.
Note:
Since converting Vert.x-objects is taken care of via implicit classes which eliminates the need for converting every object contained in the collections eagerly.
Acceptance Criteria
Generated methods contain the Scala-collections in both directions.
The text was updated successfully, but these errors were encountered:
Description
During our discussions we realized that with Scala 3 it is possible to do a lot of mapping with a minimum of allocation actually happening.
This makes it possible again to have full API-mappings.
Note:
Since converting Vert.x-objects is taken care of via implicit classes which eliminates the need for converting every object contained in the collections eagerly.
Acceptance Criteria
Generated methods contain the Scala-collections in both directions.
The text was updated successfully, but these errors were encountered: