类 AndMatchStrategy

java.lang.Object
org.apache.shenyu.plugin.base.condition.strategy.AbstractMatchStrategy
org.apache.shenyu.plugin.base.condition.strategy.AndMatchStrategy
所有已实现的接口:
MatchStrategy

@Join public class AndMatchStrategy extends AbstractMatchStrategy implements MatchStrategy
This is and match strategy.
  • 构造器详细资料

    • AndMatchStrategy

      public AndMatchStrategy()
  • 方法详细资料

    • match

      public Boolean match(List<org.apache.shenyu.common.dto.ConditionData> conditionDataList, org.springframework.web.server.ServerWebExchange exchange)
      从接口复制的说明: MatchStrategy
      this is condition match.
      指定者:
      match 在接口中 MatchStrategy
      参数:
      conditionDataList - condition list.
      exchange - ServerWebExchange
      返回:
      true is match , false is not match.