-
Notifications
You must be signed in to change notification settings - Fork 116
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
Programmatic way to add converters #205
Comments
The whole Config is immutable by design. |
I was figuring this applied more to the config builder, or some annotation that could be added that indicated the types the converter supported, e.g. |
@jmesnil will you be able to port the changes from config jsr here? |
solved by #298 |
#125 mentions a CDI way to add converters.
However, I just need a plain way to register extra converters. It should take type into account, as it's possible to use the same converter for base classes without needing multiple registrations.
The text was updated successfully, but these errors were encountered: