@Path(value="/") public class OpenApiResource extends Object
Constructor and Description |
---|
OpenApiResource() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
@GET @Produces(value={"text/plain","application/json"}) public javax.ws.rs.core.Response getResponse(@Context javax.servlet.http.HttpServletRequest request, @Context javax.servlet.http.HttpServletResponse response) throws IOException
IOException
Copyright © 2019. All rights reserved.