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 ExpressionLanguageFunction
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.