|
spring-expression | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.expression.spel.ast.SpelNodeImpl
org.springframework.expression.spel.ast.Operator
org.springframework.expression.spel.ast.OperatorMatches
public class OperatorMatches
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 getValue() is called if the first operand matches the regex.
| Field Summary |
|---|
| Fields inherited from class org.springframework.expression.spel.ast.SpelNodeImpl |
|---|
children, pos |
| Constructor Summary | |
|---|---|
OperatorMatches(int pos,
SpelNodeImpl... operands)
|
|
| Method Summary | |
|---|---|
BooleanTypedValue |
getValueInternal(ExpressionState state)
Check the first operand matches the regex specified as the second operand. |
| Methods inherited from class org.springframework.expression.spel.ast.Operator |
|---|
getLeftOperand, getOperatorName, getRightOperand, toStringAST |
| Methods inherited from class org.springframework.expression.spel.ast.SpelNodeImpl |
|---|
getChild, getChildCount, getEndPosition, getObjectClass, getPreviousChild, getStartPosition, getTypedValue, getValue, getValue, isWritable, nextChildIs, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OperatorMatches(int pos,
SpelNodeImpl... operands)
| Method Detail |
|---|
public BooleanTypedValue getValueInternal(ExpressionState state)
throws EvaluationException
getValueInternal in class SpelNodeImplstate - the expression state
EvaluationException - if there is a problem evaluating the expression (e.g. the regex is invalid)
|
spring-expression | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||