Interface MappingResultsCriteria
public interface MappingResultsCriteria
A predicate used to select mapping result objects in a call to
MappingResults.getResults(MappingResultsCriteria)
.- Author:
- Keith Donald
-
Method Summary
Modifier and TypeMethodDescriptionboolean
test
(MappingResult result) Tests if the mapping result meets this criteria.
-
Method Details
-
test
Tests if the mapping result meets this criteria.- Parameters:
result
- the result- Returns:
- true if so, false if not
-