... class StudentDTO { @NotEmpty private String name; @Positive private Long studentId; }. 如果我必须使用ConstraintValidator for StudentDTO进行验证怎么办 ...
確定! 回上一頁