-
-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
Looking at the attribute generate method it looks like there is only support for setter injection. It would be nice to be able to customize hydration for different types of objects -- such as immutable objects whose attributes are only set through the constructor. Perhaps creating a hydrationStrategyInterface
or something of that nature. This would allow others to create strategies that work better with their objects such as using reflection to set attributes instead.
Metadata
Metadata
Assignees
Labels
No labels