com.dimajix.shaded.everit.schema.event.MismatchEvent Maven / Gradle / Ivy
package com.dimajix.shaded.everit.schema.event;
import com.dimajix.shaded.everit.schema.ValidationException;
public interface MismatchEvent {
ValidationException getFailure();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy