Enhancement: Add a PropertyHandlerOptions and ClassHandlerOptions class #1088
Labels
enhancement
New feature or request
fixed
The bug, issue, incident has been fixed.
todo
Things to be done in the future
Describe the enhancement
Currently, when you handle the result via PropertyHandler and ClassHandler, the values are returned as argument to the callback method. See below for the property handlers.
And below is for the class handlers.
This is good, but it is also limiting the user on the given options.
With this User Story, we will enable an option class as the return values to the handler, in which we could in the future extend it to any values required when handling how the models/properties are being hydrated or forwarded to the database.
For property handlers, it is good to introduce the PropertyHandlerOptions class.
For class handlers, it is good to introduce the ClassHandlerOptions class.
The text was updated successfully, but these errors were encountered: