Skip to content

Conversation

@smotastic
Copy link
Owner

@smotastic smotastic commented Oct 7, 2022

Fixes #68

Because I can't really differentiate between a static method where I want the helper to be generated and a static method which I want to use as a functional helper, I created a new annotation IgnoreMappingn to let the user decide for which he wants a generated Method (default every method gets one) or he does not want one. Then he should use the IgnoreMapping Annotation (e.g on Enums, Lists etc, basically everything you want to use for your functional mapping)

@smotastic smotastic merged commit 8e13391 into develop Oct 7, 2022
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.

Static Function Mapping for map Enums, List, Maps, Set not working

2 participants