public final class ExpressionUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isExpression(String value)
Checks if certain string value is an expression.
|
public static boolean isExpression(String value)
value - the possible expression.true if the given value is an expression, or false otherwise.Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.