io.avaje.validation.ConstraintViolation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of avaje-validator Show documentation
Show all versions of avaje-validator Show documentation
validator for annotated pojos using constraint annotations and source code generation
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