Interface MetadataValidator<T>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default List<uk.ac.ebi.pride.jmztab2.utils.errors.MZTabError> validateRefine​(T t, MZTabParserContext parserContext)
      Validate the given object of type T, using the provided parser context to check state of not yet completely parsed and constructed mzTab hierarchy.
    • Method Detail

      • validateRefine

        default List<uk.ac.ebi.pride.jmztab2.utils.errors.MZTabError> validateRefine​(T t,
                                                                                     MZTabParserContext parserContext)
        Validate the given object of type T, using the provided parser context to check state of not yet completely parsed and constructed mzTab hierarchy.
        Parameters:
        t - the object to validate
        parserContext - the parser context
        Returns:
        a list of MZTabError, maybe empty.