I have a User Modal
public class RegisterUser { @Size(min = 2, max = 30) private String fname; @Size(min = 2, max = 30) private String lnam
You can use Validation Groups (for different scenarios) and Spring's @Validated annotation to specify which group you want to use