功能参数问题

Posted

技术标签:

【中文标题】功能参数问题【英文标题】:Function Parameter issue 【发布时间】:2016-08-02 04:16:08 【问题描述】:
public class LoginRequest extends GsonRequest<HttpModel<Login>> 

     public LoginRequest(Map<String , String> params,Response.Listener<HttpModel<Login>> listener, Response.ErrorListener errlistener) 

            super(Method.POST,url,(HttpModel<Login>).class, null, params, listener, errlistener);
     

超级有趣的调用第二个参数出错 该函数需要 Class&lt;HttpModel&lt;Login&gt;&gt;.class

【问题讨论】:

你的问题不清楚 @Jas 当函数需要 Class&lt;HttpModel&lt;Login&gt;&gt;.class 类型时。函数调用是什么样子的? 【参考方案1】:

检查您的 GsonRequest 类。您传递了错误的参数。您可以查看此链接以获取帮助

https://developer.android.com/training/volley/request-custom.html

【讨论】:

嗨,感谢您的回复,我看到了链接。我的服务总是以数据 statusmessage 响应。 status 是 1 或 0,message 包含模型,所以我创建了一个类 HttpModelpublic class HttpModel&lt;T&gt; int status; T message; 不客气。如果您认为它可以解决您的问题,那么您可以投票/接受答案 ie,而不是T,我使用的是HttpModel&lt;T&gt;。因此发生了错误。

以上是关于功能参数问题的主要内容,如果未能解决你的问题,请参考以下文章

允许为不同的参数值分别实现功能的功能的名称是啥?

一个c#窗体 ,我已经实现了数据库连接功能,但是插入信息有问题,帮帮写下,QQ277476075 100分

友盟新功能介绍:在线参数-备用

Laravel 5 登录功能更改参数

忽略模板参数以提供交换功能

Javascript Intellisense 不适用于功能参数 [关闭]