Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate-validator

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)?

Overwriting default Hibernate Validator messages

Spring boot REST validation error response

What is the proper way to validate requests with Resteasy?

Use custom validation messages in Hibernate + Spring

No validator could be found for constraint 'javax.validation.constraints.NotBlank' validating type 'java.lang.String'