Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate-validator

Setting dynamic data to min and max attributes of @Range annotation - hibernate validators

java hibernate-validator

Using javax.validation with Tomcat7

Java generics question - Class<T> vs. T?

Hibernate Validator exception "No validator could be found for type: java.lang.String."

Purpose of @NotNull.List

How to return a custom response pojo when request body fails validations that are defined using Bean Validation/Hibernate Validator?

Hibernate Validator and Jackson: Using the @JsonProperty value as the ConstraintViolation PropertyPath?

Spring Rest Controller: how to selectively switch off validation

Using Hibernate Validator Annotation Processor with Kotlin (and Gradle)

How can I make Spring show different validation bundle-based messages for the same validator on a class?

How to use Hibernate Validator to validate date ranges across multiple rows in a table?

ConstraintValidator dependency injection leads to ValidationException when being validated at class level

Hibernate - Error activating Bean Validation integration

Validation for generated JAXB Classes (JSR 303 / Spring)

Spring MVC with Hibernate Validator. How to validate property by group?

How would I specify a Hibernate "@Pattern" annotation using a regular expression from a .properties file or database

can @Valid annotation check on fields recursively in spring mvc?

Correct way to do an EntityManager query during Hibernate Validation

How to do client side validation with annotated rules on domain classes (RequestFactory)?