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 Type
    Method
    Description
    boolean
    Tests if the mapping result meets this criteria.
  • Method Details

    • test

      boolean test(MappingResult result)
      Tests if the mapping result meets this criteria.
      Parameters:
      result - the result
      Returns:
      true if so, false if not