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
It's currently possible to skip validation of a container's items for a specific parameter (by including the NO_ITEM_VALIDATION constant to the Annotated metadata).
It would make sense to have a decorator argument to skip validation of container items for all parameters, for exmaple:
It's currently possible to skip validation of a container's items for a specific parameter (by including the
NO_ITEM_VALIDATION
constant to theAnnotated
metadata).It would make sense to have a decorator argument to skip validation of container items for all parameters, for exmaple:
Would have the same effect as:
If you'd find this functionality useful, please give this comment a thumbs up. If you really want it, offer a comment.
The text was updated successfully, but these errors were encountered: