类 OpenApiUiController

java.lang.Object
org.babyfish.jimmer.spring.client.OpenApiUiController

@Controller public class OpenApiUiController extends Object
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    org.springframework.http.ResponseEntity<org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody>
    css()
     
    org.springframework.http.ResponseEntity<org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody>
    download(String groups)
     
    org.springframework.http.ResponseEntity<org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody>
    js()
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

  • 方法详细资料

    • download

      @GetMapping("${jimmer.client.openapi.ui-path}") public org.springframework.http.ResponseEntity<org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody> download(@RequestParam(name="groups",required=false) String groups)
    • css

      @GetMapping("/jimmer-client/swagger-ui.css") public org.springframework.http.ResponseEntity<org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody> css() throws IOException
      抛出:
      IOException
    • js

      @GetMapping("/jimmer-client/swagger-ui.js") public org.springframework.http.ResponseEntity<org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody> js() throws IOException
      抛出:
      IOException