Package org.molgenis.data.validation
Interface FetchValidator
-
- All Known Implementing Classes:
FetchValidatorImpl
public interface FetchValidator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.molgenis.data.FetchvalidateFetch(org.molgenis.data.Fetch fetch, org.molgenis.data.meta.model.EntityType entityType)Validates the fetch and fixes invalid fetches.
-