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

Feat Req: Expose default converters and composite converter #1191

Open
someth2say opened this issue Apr 25, 2023 · 1 comment
Open

Feat Req: Expose default converters and composite converter #1191

someth2say opened this issue Apr 25, 2023 · 1 comment

Comments

@someth2say
Copy link

In this chat we talk about the capability for creating a converter that delegates blocks to another converter.

In Ruby, we have the composite converter that does something exactly that, delegaing the conversion to other converters.
But in java, we have no (native) option for obtaining default converters, even less to the composite converter.

It would be interesting we could obtain proxies to native converters, and ever more interesting being able to create a composite converter (either native or a proxy).

@abelsromero
Copy link
Member

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

No branches or pull requests

2 participants