Interface ObjectValidator<T extends XMLObject>

    • Method Detail

      • validate

        ValidationResult validate​(T object,
                                  ValidationContext context)
        Validates the given object.
        Parameters:
        object - object to be evaluated
        context - current validation context
        Returns:
        the result of the evaluation