Interface TypeValidator

    • Method Detail

      • validate

        void validate​(java.lang.Object object,
                      ValidationContext context)
               throws ValidationException
        Validates the given Object.
        Parameters:
        object - the Object to validate
        context - the ValidationContext
        Throws:
        ValidationException - if the object fails validation.