Class Validation

java.lang.Object
io.helidon.validation.Validation

public final class Validation extends Object
Validation annotations and related types.

Annotations:

  • Validation.Validated - triggers code-generation of validation code for a type
  • Validation.Valid - triggers validation of a type using the generated code
  • Validation.Constraint - marks an annotation as a constraint annotation, each such annotation triggers validation of the value against the constraint
  • The rest: built-in constraint annotations