Uses of Interface
org.gbif.api.model.registry.LenientEquals
-
Packages that use LenientEquals Package Description org.gbif.api.model.collections org.gbif.api.model.collections.descriptors org.gbif.api.model.pipelines org.gbif.api.model.registry org.gbif.api.util -
-
Uses of LenientEquals in org.gbif.api.model.collections
Classes in org.gbif.api.model.collections that implement LenientEquals Modifier and Type Class Description classAddressThe particulars of the place where a institution of collection is situated.classCollectionA group of specimens or other natural history objects.classContactContact associated to a GRSciCollCollectionorInstitution.classInstitutionThe owner or location of collection.classOccurrenceMappingModels the mapping of a GRSciColl institution or collection to an occurrence record. -
Uses of LenientEquals in org.gbif.api.model.collections.descriptors
Classes in org.gbif.api.model.collections.descriptors that implement LenientEquals Modifier and Type Class Description classDescriptorGroup -
Uses of LenientEquals in org.gbif.api.model.pipelines
Classes in org.gbif.api.model.pipelines that implement LenientEquals Modifier and Type Class Description classPipelineStepModels a step in pipelines. -
Uses of LenientEquals in org.gbif.api.model.registry
Classes in org.gbif.api.model.registry that implement LenientEquals Modifier and Type Class Description classCommentclassContactclassDatasetA GBIF dataset which provides occurrence data, checklist data, sampling event data or metadata.classEndpointclassIdentifierclassInstallationA technical installation which can serve datasets.classMachineTagA tag that has a namespace, name and a value.classMetadataclassNetworkA GBIF network.classNodeA GBIF participant node.classOrganizationA GBIF data publisher.classTag -
Uses of LenientEquals in org.gbif.api.util
Methods in org.gbif.api.util with type parameters of type LenientEquals Modifier and Type Method Description static <T extends LenientEquals<T>>
booleanLenientEqualsUtils. lenientEquals(T a, T b)
-