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

Compile-time-safe type converters #82

Merged
merged 17 commits into from
Jun 21, 2024

Conversation

cyrillhalter
Copy link
Collaborator

Implements a new annotation based type converter interface. The main features are:

  • it is ensured at annotation processing time that all Fields that need one have a type converter
  • the type converter specifies both the input and the output class
  • type converters can be exported in one project and imported in another for reuse
  • a new generic Enum converter is added
  • kotlin poet was updated

@sbra0902 sbra0902 requested a review from a team June 20, 2024 08:19
@marco-wolf-ergon marco-wolf-ergon merged commit 3535156 into SchwarzIT:main Jun 21, 2024
1 check passed
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.

4 participants