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(query): supports enum types in mapping into POJO #218

Merged
merged 2 commits into from
Apr 13, 2021

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Apr 9, 2021

Closes #217

Proposed Changes

Supports enum types in mapping into POJO.

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • mvn test completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@bednar bednar changed the title feat(query): supports enum types for mapping into POJO feat(query): supports enum types in mapping into POJO Apr 9, 2021
@bednar bednar marked this pull request as ready for review April 9, 2021 06:51
@bednar bednar requested a review from rhajek April 9, 2021 06:51
@bednar bednar merged commit c99ba72 into master Apr 13, 2021
@bednar bednar deleted the feat/supports-enum-result-mapper branch April 13, 2021 12:04
@bednar bednar added this to the 2.2.0 milestone Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add supporting for custom Enum in FluxResultMapper in toPOJO method
2 participants