注释类型 DataObject
@Deprecated
@Documented
@ParamLifeCycle(DataObjectLifeCycle.class)
@Retention(RUNTIME)
@Target(PARAMETER)
public @interface DataObject
已过时。
绑定对象数据不再建议使用该注解,
若要绑定Query数据请使用 @Query 注解, 要绑定到请求体请使用 @Body 注解
- 从以下版本开始:
- 2016-06-01
- 作者:
- gongjun
-
可选元素概要
可选元素
-
元素详细资料
-
jsonParam
已过时。- 默认值:
- ""
-
filter
String filter已过时。The filters will do some processing for the object value before sending request.- 返回:
- filter name
- 默认值:
- ""
-