Interface IMappingValidator

    • Method Detail

      • validate

        ValidationError validate​(Mapping mapping)
        Checks a mapping for a possible post-parsing error.
        Parameters:
        mapping - The mapping to check.
        Returns:
        An error code, or null if the set passes the test represented by this object.