Interface BeanValidationContext

    • Method Detail

      • getTagModifier

        <T extends AnnotationITagModifier<T> getTagModifier​(Class<T> annotationType)
        Gets the tag modifier for the specified annotation type
        Parameters:
        annotationType -
        Returns:
        tag modifier or null if none
      • getValidator

        javax.validation.Validator getValidator()
        Returns:
        the validator
      • isRequiredConstraint

        boolean isRequiredConstraint​(javax.validation.metadata.ConstraintDescriptor<?> constraint)
        Does the given constraint make a component required.
        Parameters:
        constraint - constraint
        Returns:
        true if required