Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bean-validation

Spring JSR303 validation doesn't work like described in Spring Documentation

JSR-303 Annotating Field vs Getter

Is any reason to put @NotNull annotation on @Id field in Java entity class

java jpa bean-validation

Bean Validation range constraint

method marked with @AssertTrue is not invoked

Java bean validation: Optional fields annotation

JSR - 349 bean validation for Spring @RestController with Spring Boot

javax validation size trim whitespace

springmvc jsr303 validator co-exist with spring WebDataBinder validator in one action

Autowired Repository is Null in Custom Constraint Validator

Validate elements of a String array with Java Bean Validation

@NotNull on subclass getter affects parent class table

Bean Validation with JAX-RS (rest-easy): parameter name not recognized

How to validate bean on Spring's WebClient?

JSR-303 validation in Spring controller and getting @JsonProperty name

Multiple validators on one field with JSF bean validation

How can I define one Java annotation in terms of another?

Adding constraint violation manually

java bean-validation

Using javax.validation with Tomcat7

How to use Java Bean Validators (JSR-303/JSR-349) on elements of an array/list/collection