Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bean-validation

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?

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

Validation @ScriptAssert with access to static methods

java bean-validation

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?

JSR 303 Custom constraint Override

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

Custom exception mapping for bean validation on TomEE 7?

Disable not null checks in Kotlin