类 OperatorMatches

所有已实现的接口:
Opcodes, SpelNode

public class OperatorMatches extends Operator
Implements the matches operator. Matches takes two operands: The first is a String and the second is a Java regex. It will return true when SpelNodeImpl.getValue(cn.taketoday.expression.spel.ExpressionState) is called if the first operand matches the regex.
从以下版本开始:
4.0
作者:
Andy Clement, Juergen Hoeller, Sam Brannen
  • 构造器详细资料

    • OperatorMatches

      public OperatorMatches(int startPos, int endPos, SpelNodeImpl... operands)
  • 方法详细资料