All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.avaje.validation.ConstraintViolation Maven / Gradle / Ivy

Go to download

validator for annotated pojos using constraint annotations and source code generation

There is a newer version: 2.4
Show newest version
package io.avaje.validation;

/**
 * Describes a constraint violation. This object exposes the constraint violation context as well as
 * the message describing the violation.
 */
public record ConstraintViolation(String path, String field, String message) {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy