Sign in
Sign up
Explore
Enterprise
Education
Search
Help
Terms of use
About Us
Explore
Enterprise
Education
Gitee Premium
Gitee AI
Sign in
Sign up
Fetch the repository succeeded.
Open Source
>
Web Development
>
Web Framework
&&
Donate
Please sign in before you donate.
Cancel
Sign in
Scan WeChat QR to Pay
Cancel
Complete
Prompt
Switch to Alipay.
OK
Cancel
Watch
Unwatch
Watching
Releases Only
Ignoring
826
Star
6.5K
Fork
1.5K
GVP
腾讯开源
/
APIJSON
Code
Issues
63
Pull Requests
2
Wiki
Insights
Pipelines
Service
JavaDoc
Quality Analysis
Jenkins for Gitee
Tencent CloudBase
Tencent Cloud Serverless
悬镜安全
Aliyun SAE
Codeblitz
SBOM
Don’t show this again
Update failed. Please try again later!
Remove this flag
Content Risk Flag
This task is identified by
as the content contains sensitive information such as code security bugs, privacy leaks, etc., so it is only accessible to contributors of this repository.
java.lang.IllegalArgumentException: 字符 getMethodDefination(method,arguments,type,exceptions,language) 对应的远程函数
Backlog
#I8PRLR
阳阳
Opened this issue
2023-12-19 19:27
### APIJSON Version/APIJSON 版本号 6.3 ### Database Type & Version/数据库类型及版本号 Mysql8 ### Environment/环境信息 ```markdown - JDK/基础库:JDK8 - OS/系统:WINDOWS11 ``` ### APIAuto Screenshots/APIAuto 请求与结果完整截屏 按文档启动时报如上错误 ### Current Behavior/问题描述 ```markdown 2023-12-19 07:16:54.244: AbstractObjectParser.DEBUG: AbstractObjectParser parentPath = null; name = null; table = null; alias = null 2023-12-19 07:16:54.244: AbstractObjectParser.DEBUG: AbstractObjectParser type = 0; isTable = false; isArrayMainTable = false 2023-12-19 07:16:54.244: AbstractObjectParser.DEBUG: AbstractObjectParser isEmpty = false; tri = false; drop = false java.lang.IllegalArgumentException: 字符 getMethodDefination(method,arguments,type,exceptions,language) 对应的远程函数 getMethodDefination(JSONObject request, String method, String arguments, String type, String exceptions, String language) 不在后端 apijson.demo.DemoFunctionParser 内,也不在父类中!如果需要则先新增对应方法! 请检查函数名和参数数量是否与已定义的函数一致! 且必须为 function(key0,key1,...) 这种单函数格式! function 必须符合 Java 函数命名,key 是用于在 curObj 内取值的键! 调用时不要有空格!apijson.demo.DemoFunctionParser.getMethodDefination(com.alibaba.fastjson.JSONObject, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) at apijson.orm.AbstractFunctionParser.invoke(AbstractFunctionParser.java:401) at apijson.orm.AbstractFunctionParser.invoke(AbstractFunctionParser.java:343) at apijson.framework.APIJSONParser.onFunctionParse(APIJSONParser.java:143) at apijson.orm.AbstractObjectParser.parseFunction(AbstractObjectParser.java:1035) at apijson.orm.AbstractObjectParser.onParse(AbstractObjectParser.java:503) at apijson.orm.AbstractObjectParser.parse(AbstractObjectParser.java:295) at apijson.orm.AbstractObjectParser.parse(AbstractObjectParser.java:38) at apijson.orm.AbstractParser.onObjectParse(AbstractParser.java:1125) at apijson.orm.AbstractParser.parseResponse(AbstractParser.java:527) at apijson.framework.APIJSONParser.parseResponse(APIJSONParser.java:117) at apijson.framework.APIJSONFunctionParser.init(APIJSONFunctionParser.java:306) at apijson.framework.APIJSONFunctionParser.init(APIJSONFunctionParser.java:133) at apijson.framework.APIJSONApplication.init(APIJSONApplication.java:95) at apijson.framework.APIJSONApplication.init(APIJSONApplication.java:44) at apijson.boot.DemoApplication.main(DemoApplication.java:88) 2023-12-19 07:20:07.791: ``` ### Expected Behavior/期望结果 ```markdown 应该按期启动 ``` ### Any additional comments?/其它补充说明? ```markdown ```
### APIJSON Version/APIJSON 版本号 6.3 ### Database Type & Version/数据库类型及版本号 Mysql8 ### Environment/环境信息 ```markdown - JDK/基础库:JDK8 - OS/系统:WINDOWS11 ``` ### APIAuto Screenshots/APIAuto 请求与结果完整截屏 按文档启动时报如上错误 ### Current Behavior/问题描述 ```markdown 2023-12-19 07:16:54.244: AbstractObjectParser.DEBUG: AbstractObjectParser parentPath = null; name = null; table = null; alias = null 2023-12-19 07:16:54.244: AbstractObjectParser.DEBUG: AbstractObjectParser type = 0; isTable = false; isArrayMainTable = false 2023-12-19 07:16:54.244: AbstractObjectParser.DEBUG: AbstractObjectParser isEmpty = false; tri = false; drop = false java.lang.IllegalArgumentException: 字符 getMethodDefination(method,arguments,type,exceptions,language) 对应的远程函数 getMethodDefination(JSONObject request, String method, String arguments, String type, String exceptions, String language) 不在后端 apijson.demo.DemoFunctionParser 内,也不在父类中!如果需要则先新增对应方法! 请检查函数名和参数数量是否与已定义的函数一致! 且必须为 function(key0,key1,...) 这种单函数格式! function 必须符合 Java 函数命名,key 是用于在 curObj 内取值的键! 调用时不要有空格!apijson.demo.DemoFunctionParser.getMethodDefination(com.alibaba.fastjson.JSONObject, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) at apijson.orm.AbstractFunctionParser.invoke(AbstractFunctionParser.java:401) at apijson.orm.AbstractFunctionParser.invoke(AbstractFunctionParser.java:343) at apijson.framework.APIJSONParser.onFunctionParse(APIJSONParser.java:143) at apijson.orm.AbstractObjectParser.parseFunction(AbstractObjectParser.java:1035) at apijson.orm.AbstractObjectParser.onParse(AbstractObjectParser.java:503) at apijson.orm.AbstractObjectParser.parse(AbstractObjectParser.java:295) at apijson.orm.AbstractObjectParser.parse(AbstractObjectParser.java:38) at apijson.orm.AbstractParser.onObjectParse(AbstractParser.java:1125) at apijson.orm.AbstractParser.parseResponse(AbstractParser.java:527) at apijson.framework.APIJSONParser.parseResponse(APIJSONParser.java:117) at apijson.framework.APIJSONFunctionParser.init(APIJSONFunctionParser.java:306) at apijson.framework.APIJSONFunctionParser.init(APIJSONFunctionParser.java:133) at apijson.framework.APIJSONApplication.init(APIJSONApplication.java:95) at apijson.framework.APIJSONApplication.init(APIJSONApplication.java:44) at apijson.boot.DemoApplication.main(DemoApplication.java:88) 2023-12-19 07:20:07.791: ``` ### Expected Behavior/期望结果 ```markdown 应该按期启动 ``` ### Any additional comments?/其它补充说明? ```markdown ```
Comments (
1
)
Sign in
to comment
Status
Backlog
Backlog
Doing
Done
Closed
Assignees
Not set
Labels
Not set
Label settings
Milestones
No related milestones
No related milestones
Pull Requests
None yet
None yet
Successfully merging a pull request will close this issue.
Branches
No related branch
Branches (3)
Tags (126)
master
no-json-lib
fastjson2
8.1.0.0
8.0.2
8.0.0
8.0.0.3
8.0.0.2
8.0.0.1
8.0.0.0.0
7.9.0
7.8.0
7.7.0
7.6.0
7.5.5
7.4.0
7.1.0
7.0.3-jdk1.8
7.0.3
7.0.2
7.0.0
6.4.3-springboot3
6.4.2-springboot3
6.4.1-springboot3
6.4.0-springboot3
6.3.0
6.2.8
6.2.0
6.0.8
6.1.0
6.0.0
5.4.0
5.3.0
5.2.0
5.1.5
5.1.0
5.0.0
4.9.0
4.9.1
4.8.3
4.8.0
4.7.2
4.7.1
4.7.0
4.6.7
4.6.6
4.6.5
4.6.1
4.6.0
4.5.2
4.5.1
4.5.0
4.4.8
4.4.7
4.4.6
4.4.5
4.4.0
4.3.1
4.3.0
4.2.5
4.2.4
4.2.3
4.2.1
4.2.0
4.1.0
4.0.0
3.9.0
3.8.6
3.7.3
3.7.1
3.7.0
3.6.5
3.6.0
3.5.7
3.5.3
3.5.0
3.4.9
3.4.5
3.4.1
3.3.0
3.2.5
3.2.0
3.1.8
3.1.7
3.1.5
3.1.1
3.1.0
3.0.0
2.9.3
2.9.1
2.9.0
2.8.0
2.7.2
2.7.0
2.6.1
2.6.0
2.5.6
2.5.5
2.5.0
2.4.2
2.4.1
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.9.0
1.8.1
1.8.0
1.7.0
1.6.3
1.6.1
1.6.0
1.5.5
1.5.1
1.5.0
1.1.0
1.0.0
0.9.8
0.9.7
0.9.5
0.9.2
0.9.1
大调整
完成数据库查询缓存
更改依赖解析
解决多个AND,OR拼接问题
改的是Server
恢复中文readme
Planed to start   -   Planed to end
-
Top level
Not Top
Top Level: High
Top Level: Medium
Top Level: Low
Priority
Not specified
Serious
Main
Secondary
Unimportant
参与者(1)
Java
1
https://gitee.com/Tencent/APIJSON.git
[email protected]
:Tencent/APIJSON.git
Tencent
APIJSON
APIJSON
Going to Help Center
Search
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register