Class OpenApiResource

    • Constructor Detail

      • OpenApiResource

        public OpenApiResource()
    • Method Detail

      • getOpenApi

        @GET
        @Produces({"application/json","application/yaml"})
        public javax.ws.rs.core.Response getOpenApi​(@Context
                                                    javax.ws.rs.core.HttpHeaders headers,
                                                    @Context
                                                    javax.ws.rs.core.UriInfo uriInfo,
                                                    @PathParam("type")
                                                    String type)
                                             throws Exception
        Throws:
        Exception