Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map Scala collections to Java collections and the other way round #108

Open
codepitbull opened this issue Apr 12, 2022 · 0 comments
Open

Comments

@codepitbull
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant