Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bean-validation

javax.validation.ValidationException: Unable to find default provider

javax.servlet.ServletException: HV000030: No validator could be found for type: java.lang.Integer

JSR 303 Bean Validation - Why on getter and not setter?

bean-validation getter

Bean validation size of a List?

java bean-validation

How to disable Hibernate validation in a Spring Boot project

Unique constraint with JPA and Bean Validation

Jersey/JAX-RS : How to cascade beans-validation recursively with @Valid automatically?

Spring MVC - @Valid on list of beans in REST service

Hibernate @NotEmpty annotation equivalent in Javax.package or alternative

Hibernate Validation of Collections of Primitives

Initializing Spring bean from static method from another Class?

Is there an implementation of JSR-303 (bean validation) available?

JSR 303 Bean Validation + Javascript Client-Side Validation

JSR 303: How to Validate a Collection of annotated objects?

kotlin data class + bean validation jsr 303

Annotations from javax.validation.constraints not working

JSR 303 Validation, If one field equals "something", then these other fields should not be null

How can I validate two or more fields in combination?

In Hibernate Validator 4.1+, what is the difference between @NotNull, @NotEmpty, and @NotBlank?

Cross field validation with Hibernate Validator (JSR 303)