Interface IResourceMatchingStrategy

    • Method Detail

      • matchResources

        List<MatchResource> matchResources​(Iterable<? extends Resource> left,
                                           Iterable<? extends Resource> right,
                                           Iterable<? extends Resource> origin)
        This will be called by the resource matcher in order to determine the matching between n resources.
        Parameters:
        left - Resources we are to match in the left.
        right - Resources we are to match in the right.
        origin - Resources we are to match in the origin.
        Returns:
        The list of mappings this strategy managed to determine.