We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
E.g. when dealing with a custom value object A it might make sense to create your own ->param(..)->a()->required().
A
->param(..)->a()->required()
We should add documentation on how to do that and maybe change code to make the process easier.
TODO:
AParser
TypeParser
->a()
The text was updated successfully, but these errors were encountered:
Nice 👍 We could even add a CLI script that can be run à la:
$ /scripts/generate custom-parser -c AParser ### and also for custom exceptions: $ /scripts/generate custom-exception -c AException
Sorry, something went wrong.
Great suggestion :) Could you open an issue for that?
+1 for custom types
mpscholten
No branches or pull requests
E.g. when dealing with a custom value object
A
it might make sense to create your own->param(..)->a()->required()
.We should add documentation on how to do that and maybe change code to make the process easier.
TODO:
AParser
TypeParser
with->a()
TypeParser
The text was updated successfully, but these errors were encountered: