-
@Documented @Target(METHOD) @Retention(RUNTIME) @Repeatable(RestPatchMappings.class) public @interface RestPatchMapping
PATCH方法版RestMapping详情见: https://redkale.org
- 从以下版本开始:
- 2.8.0
- 作者:
- zhangjx
- 另请参阅:
RestMapping,RestService
-
-
可选元素概要
可选元素 修饰符和类型 可选元素 说明 intactionid操作ID值,鉴权时用到, 对应@HttpMapping.actionidbooleanauth是否鉴权,默认需要鉴权, 对应@HttpMapping.authintcacheSeconds结果缓存的秒数, 为0表示不缓存, 对应@HttpMapping.cacheSecondsStringcomment备注描述, 对应@HttpMapping.commentStringexample返回结果的样例 for OpenAPI Specification 3.1.0booleanignore是否屏蔽该方法进行HttpMapping转换Stringname请求的方法名, 不能含特殊字符booleanrpcOnly是否只接收RPC请求, 对应@HttpMapping.rpcOnly
-