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
Validation annotations on ArgumentValue are not working as there's no ValueExtractor provided.
For example, this code ArgumentValue<@NotBlank @Size(min = 2, max = 500) String> name will not work as expected.