-
Notifications
You must be signed in to change notification settings - Fork 92
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
Allow to use custom mapper on Enum #341
Conversation
See also vert-x3/vertx-rx#235 |
ok, i will check that this week-end |
Signed-off-by: Cristiano V. Gavião <[email protected]>
Signed-off-by: Cristiano V. Gavião <[email protected]>
I think we are missing a test to ensure that the JSON generated converters will use the mapper. Please have a look at the src/converters/resources/META-INF/vertx/json-mappers.properties file and the We need the same for this new feature. |
@Fyro-Ing can we get the missing test soon for Vert.x 4.2 release ? |
I do it now |
Signed-off-by: Fyro <[email protected]>
Allow to use custom mapper on Enum define with values parameters passed to a constructor
Fix #295