Interface SourcingStrategyMapper

    • Method Detail

      • getStrategy

        SourcingStrategy getStrategy()
        Get the sourcing strategy associate with this matcher.
        Returns:
        the sourcing strategy or null if none is set
      • isMatch

        java.lang.Boolean isMatch​(SourcingContext context)
        Determines if this mapper produces a match for the given sourcing context.
        Parameters:
        context - - the sourcing context
        Returns:
        true if it is a match; false otherwise