public interface ArgumentFilter extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue(String expressionBody)
Allows to customize the default value e.g.
|
boolean |
isArgumentAllowed(String expressionBody,
Object value)
Allows to filter resolved argument values e.g.
|
boolean isArgumentAllowed(String expressionBody, Object value)
getDefaultValue(String)
expressionBody
- the body of the expression used in the messagevalue
- the resolved valueCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.