类的使用
com.dtflys.forest.http.ForestQueryMap
使用ForestQueryMap的程序包
-
com.dtflys.forest.http中ForestQueryMap的使用
参数类型为ForestQueryMap的com.dtflys.forest.http中的方法修饰符和类型方法说明voidForestQueryMap.addAllQueries(ForestQueryMap queries) ForestRequest.addAllQuery(ForestQueryMap queries) 批量添加请求中的Query参数static SimpleQueryParameterForestQueryParameter.createSimpleQueryParameter(ForestQueryMap queries, Object value) 参数类型为ForestQueryMap的com.dtflys.forest.http中的构造器限定符构造器说明protectedAbstractQueryParameter(ForestQueryMap queries, boolean fromUrl) SimpleQueryParameter(ForestQueryMap queries, String name) SimpleQueryParameter(ForestQueryMap queries, String name, Object value) SimpleQueryParameter(ForestQueryMap queries, String name, Object value, boolean fromUrl, Boolean urlencoded, String charset) SimpleQueryParameter(ForestQueryMap queries, String name, Object value, Boolean urlencoded, String charset) -
com.dtflys.forest.mapping中ForestQueryMap的使用
参数类型为ForestQueryMap的com.dtflys.forest.mapping中的方法