Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bean-validation

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

Validating Integer using JSR303

Purpose of @NotNull.List

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

JSF: How validate fields and return error messages by bean validation?

java jsf jsf-2 bean-validation

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

Not able to validate request body in Spring boot with @Valid

Is NotNull needed on Kotlin?

Binding JAX-RS bean validation error messages to the view

Resteasy Bean Validation Not Being Invoked

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?