-
@Documented @Target({PARAMETER,FIELD}) @Retention(RUNTIME) public @interface RestBody
只能注解于RestService类的方法的String/byte[]/JavaBean参数或参数内的String/byte[]/JavaBean字段用于获取HTTP请求端的请求内容UTF-8编码字符串、byte[]、JavaBean
详情见: https://redkale.org
- 作者:
- zhangjx
@Documented @Target({PARAMETER,FIELD}) @Retention(RUNTIME) public @interface RestBody
用于获取HTTP请求端的请求内容UTF-8编码字符串、byte[]、JavaBean
详情见: https://redkale.org