You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that CustomTypeProcessor is triggered for all DTO fields but it's not triggered for any method arguments.
It would be really great if we could use custom processors to process method arguments as well.
The text was updated successfully, but these errors were encountered:
With #788 it's possible to add logic which replaces / changes argument types of necessary arguments before typescript code is generated. So, it could be used as a workaround for this issue.
I have a controller method like:
I also have a custom type resolver:
I'm using Gradle build which looks like:
I noticed that
CustomTypeProcessor
is triggered for all DTO fields but it's not triggered for any method arguments.It would be really great if we could use custom processors to process method arguments as well.
The text was updated successfully, but these errors were encountered: