@Path(value="api-docs") public static class Swagger2Feature.SwaggerUIService extends Object
| Constructor and Description |
|---|
SwaggerUIService(String swaggerUiRoot,
Map<String,String> mediaTypes) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getResource(javax.ws.rs.core.UriInfo uriInfo,
String resourcePath) |
@GET
@Path(value="{resource:.*}")
public javax.ws.rs.core.Response getResource(@Context
javax.ws.rs.core.UriInfo uriInfo,
@PathParam(value="resource")
String resourcePath)
Apache CXF