您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
索引
帮助
概要:
字段 |
可选
|
必需
详细资料:
字段 |
元素
SEARCH:
程序包
cn.xisoil.annotation
Annotation Interface Patch
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
@Documented
@Http
(
type
=
PATCH
)
public @interface
Patch
必需元素概要
所需元素
修饰符和类型
必需的元素
说明
String
url
可选元素概要
可选元素
修饰符和类型
可选元素
说明
String
body
DataType
contentType
Header
[]
headers
元素详细资料
url
@AliasFor(value="url", annotation=
Http.class
)
String
url
headers
@AliasFor(value="headers", annotation=
Http.class
)
Header
[]
headers
默认值:
{}
contentType
DataType
contentType
默认值:
JSON
body
String
body
默认值:
""