public class WildcardExpressionLanguageFuntion extends Object implements ExpressionLanguageFunction
| Constructor and Description |
|---|
WildcardExpressionLanguageFuntion() |
| Modifier and Type | Method and Description |
|---|---|
Object |
call(Object[] params,
ExpressionLanguageContext context) |
protected boolean |
isMatch(String wildcardPattern,
String text,
boolean caseSensitive) |
protected String |
verifyText(Object text) |
protected String |
verifyWildcardPattern(Object wildcardPattern) |
public Object call(Object[] params, ExpressionLanguageContext context)
call in interface ExpressionLanguageFunctionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.