Class Validator

    • Method Detail

      • validate

        public final Collection<ValidationMessage> validate​(MessageInterface messageInterface)
        Validates the message interface and returns a collection of validation messages or an empty collection.
        Parameters:
        messageInterface - the message interface to validate.
        Returns:
        a collection of validation messages or an empty collection.