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
Currently it may raise a TypeMismatchException if a constructor argument cannot be converted to the expected type, and others like IllegalStateException, but if DataBinder is used then conversion errors are not checked in the BindingResult. We should ensure a BindException is raised consistently indicating which fields could not be bound.
The text was updated successfully, but these errors were encountered:
Avoid creating a map for a nested list.
See gh-280
rstoyanchev
changed the title
Review exceptions raised from GraphQlArgumentInitializer
Raise BindException from GraphQlArgumentInitializer with binding errors
Mar 22, 2022
rstoyanchev
changed the title
Raise BindException from GraphQlArgumentInitializer with binding errors
Raise BindException from GraphQlArgumentBinder with binding errors
Mar 22, 2022
Currently it may raise a
TypeMismatchException
if a constructor argument cannot be converted to the expected type, and others likeIllegalStateException
, but ifDataBinder
is used then conversion errors are not checked in theBindingResult
. We should ensure aBindException
is raised consistently indicating which fields could not be bound.The text was updated successfully, but these errors were encountered: