Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate-validator

Bean Validation range constraint

method marked with @AssertTrue is not invoked

Java bean validation: Optional fields annotation

Validator that must accept only specific numeric values

@Valid (javax.validation.Valid) is not recursive for the type of list

How to add custom error messages in Hibernate validator

hibernate-validator

Spring Web MVC validation by Hibernate Validator doesn't draw Errors in BindingResult

Multiple validators on one field with JSF bean validation

El implementation is not found for hibernate-validator in osgi-container

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?