Package io.micronaut.validation.annotation


package io.micronaut.validation.annotation
  • Annotation Interfaces
    Class
    Description
    Constraint that validates that a String value is in the specified enum's constant names.
    Constraint that validates that a String value is in the specified list.
    Constraint that validates that a String value is not in the specified enum's constant names.
    Constraint that validates that a String value is not in the specified list.
    Constraint that validates that elements in a collection or array are unique.
    Internal annotation used to trigger cascading.