-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add GenericTargetFactory
and related configuration
#33
Conversation
9188ab4
to
e8b937e
Compare
Converted to draft until #37 is merged. |
9d6d352
to
c749382
Compare
I think my idea about "Single-level-of-abstraction" force to implement several private methods which would be readable and "documents" what would be done in each step:
and of course there could be some more private "helper" methods which checks if a field is set and defined or do the registration. |
This is currently on hold until #41 is done. |
4f54276
to
9ac6c99
Compare
…ase for Converter with target option
I like that much more... Co-authored-by: Jacob Dreesen <[email protected]>
…ase for Converter with target option
0a450a0
to
f352d35
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx
Adds a
GenericTargetFactory
, which means you can skip writing your ownTargetTypeFactory
and just configure yourtarget
type if nothing more is needed thannew MyTargetType()
.