| 程序包 | 说明 |
|---|---|
| cn.com.twoke.http.config | |
| cn.com.twoke.http.parser | |
| cn.com.twoke.http.parser.mapping | |
| cn.com.twoke.http.type |
| 限定符和类型 | 方法和说明 |
|---|---|
RequestContext.Builder |
RequestContext.Builder.method(MethodType method)
设置请求方法
|
| 限定符和类型 | 方法和说明 |
|---|---|
MethodType |
PostParser.getMethodType()
方法
|
MethodType |
GetParser.getMethodType()
方法
|
MethodType |
ApiParser.getMethodType()
方法
|
| 限定符和类型 | 方法和说明 |
|---|---|
MethodType |
MappingAdapter.getMethodType(T t)
请求方法
|
MethodType |
MappingAdapterWrapper.method()
请求方法
|
| 限定符和类型 | 方法和说明 |
|---|---|
static MethodType |
MethodType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static MethodType[] |
MethodType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2022. All rights reserved.