Package org.molgenis.data.validation
Class FetchValidatorImpl
- java.lang.Object
-
- org.molgenis.data.validation.FetchValidatorImpl
-
- All Implemented Interfaces:
FetchValidator
@Component public class FetchValidatorImpl extends java.lang.Object implements FetchValidator
-
-
Constructor Summary
Constructors Constructor Description FetchValidatorImpl()
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Method Detail
-
validateFetch
public org.molgenis.data.Fetch validateFetch(org.molgenis.data.Fetch fetch, org.molgenis.data.meta.model.EntityType entityType)Description copied from interface:FetchValidatorValidates the fetch and fixes invalid fetches.- Specified by:
validateFetchin interfaceFetchValidator- Parameters:
fetch- fetch to validateentityType- entity type- Returns:
- new valid fetch
-
-