-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不定参数问题 #349
Comments
public static void main(String[] args) throws Exception {
|
是不是因为没覆盖到 default里的方法 |
版本 3.3.3
除了不定参数,如果还有别的参数,就会报错
public void testMethodReplace() throws Exception {
ExpressRunner runner = new ExpressRunner();
IExpressContext<String,Object> expressContext = new DefaultContext<String,Object>();
runner.addFunctionOfServiceMethod("getTemplate", this, "getTemplate", new Class[]{String[].class}, null);
The text was updated successfully, but these errors were encountered: