Interface RefiningValidator<T>

    • Method Detail

      • validateRefine

        default List<MZTabErrorvalidateRefine​(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.