Uses of Interface
org.gbif.api.model.collections.lookup.EntityMatched
- 
Packages that use EntityMatched Package Description org.gbif.api.model.collections.lookup 
- 
- 
Uses of EntityMatched in org.gbif.api.model.collections.lookupClasses in org.gbif.api.model.collections.lookup with type parameters of type EntityMatched Modifier and Type Class Description classMatch<T extends EntityMatched>Used in theLookupResultto express how good an entity matches.Classes in org.gbif.api.model.collections.lookup that implement EntityMatched Modifier and Type Class Description classBaseEntityMatchedclassCollectionMatchedclassInstitutionMatchedMethods in org.gbif.api.model.collections.lookup with type parameters of type EntityMatched Modifier and Type Method Description static <T extends EntityMatched>
 Match<T>Match. exact(T entity, Set<Match.Reason> reasons)static <T extends EntityMatched>
 Match<T>Match. exact(T entity, Match.Reason... reasons)static <T extends EntityMatched>
 Match<T>Match. explicitMapping(T entity, Set<Match.Reason> reasons)static <T extends EntityMatched>
 Match<T>Match. explicitMapping(T entity, Match.Reason... reasons)static <T extends EntityMatched>
 Match<T>Match. fuzzy(T entity, Set<Match.Reason> reasons)static <T extends EntityMatched>
 Match<T>Match. fuzzy(T entity, Match.Reason... reasons)static <T extends EntityMatched>
 Match<T>Match. none()static <T extends EntityMatched>
 Match<T>Match. none(Match.Status status)
 
-