Class FetchValidatorImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.molgenis.data.Fetch validateFetch​(org.molgenis.data.Fetch fetch, org.molgenis.data.meta.model.EntityType entityType)
      Validates the fetch and fixes invalid fetches.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FetchValidatorImpl

        public FetchValidatorImpl()
    • 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: FetchValidator
        Validates the fetch and fixes invalid fetches.
        Specified by:
        validateFetch in interface FetchValidator
        Parameters:
        fetch - fetch to validate
        entityType - entity type
        Returns:
        new valid fetch