Interface AllowedMethodContribution
- All Known Implementing Classes:
DefaultMethodContribution
,VariableProviderMethodContribution
public interface AllowedMethodContribution
Contribution that controls which method calls are allowed in groovy script listeners.
-
Method Summary
-
Method Details
-
acceptMethod
- Parameters:
type
- the declaring classmethodName
- the name of the method- Returns:
- whether this method call should be allowed in groovy scripts
-