|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArgumentFilter
Allows to filter restricted arguments
Method Summary | |
---|---|
String |
getDefaultValue(String expressionBody)
Allows to customize the default value e.g. for restricted or unresolved message arguments |
boolean |
isArgumentAllowed(String expressionBody,
Object value)
Allows to filter resolved argument values e.g. based on custom rules. |
Method Detail |
---|
boolean isArgumentAllowed(String expressionBody, Object value)
getDefaultValue(String)
expressionBody
- the body of the expression used in the messagevalue
- the resolved value
String getDefaultValue(String expressionBody)
expressionBody
- the body of the expression used in the message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |