模块 org.redkale

注释类型 RestPatchMapping

    • 可选元素概要

      可选元素 
      修饰符和类型 可选元素 说明
      int actionid
      操作ID值,鉴权时用到, 对应@HttpMapping.actionid
      boolean auth
      是否鉴权,默认需要鉴权, 对应@HttpMapping.auth
      int cacheSeconds
      结果缓存的秒数, 为0表示不缓存, 对应@HttpMapping.cacheSeconds
      String comment
      备注描述, 对应@HttpMapping.comment
      String example
      返回结果的样例 for OpenAPI Specification 3.1.0
      boolean ignore
      是否屏蔽该方法进行HttpMapping转换
      String name
      请求的方法名, 不能含特殊字符
      boolean rpcOnly
      是否只接收RPC请求, 对应@HttpMapping.rpcOnly
    • 元素详细资料

      • ignore

        boolean ignore
        是否屏蔽该方法进行HttpMapping转换
        返回:
        boolean
        默认值:
        false
      • name

        String name
        请求的方法名, 不能含特殊字符
        返回:
        String
        默认值:
        ""
      • comment

        String comment
        备注描述, 对应@HttpMapping.comment
        返回:
        String
        默认值:
        ""
      • rpcOnly

        boolean rpcOnly
        是否只接收RPC请求, 对应@HttpMapping.rpcOnly
        返回:
        boolean
        默认值:
        false
      • auth

        boolean auth
        是否鉴权,默认需要鉴权, 对应@HttpMapping.auth
        返回:
        boolean
        默认值:
        true
      • actionid

        int actionid
        操作ID值,鉴权时用到, 对应@HttpMapping.actionid
        返回:
        int
        默认值:
        0
      • cacheSeconds

        int cacheSeconds
        结果缓存的秒数, 为0表示不缓存, 对应@HttpMapping.cacheSeconds
        返回:
        int
        默认值:
        0
      • example

        String example
        返回结果的样例 for OpenAPI Specification 3.1.0
        返回:
        String
        默认值:
        ""