@PreMatching
protected static class Swagger2Feature.SwaggerContainerRequestFilter
extends io.swagger.jaxrs.listing.ApiListingResource
implements javax.ws.rs.container.ContainerRequestFilter
Modifier and Type | Field and Description |
---|---|
protected static String |
APIDOCS_LISTING_PATH |
protected static String |
APIDOCS_LISTING_PATH_JSON |
protected static String |
APIDOCS_LISTING_PATH_YAML |
protected static javax.ws.rs.core.MediaType |
APPLICATION_YAML_TYPE |
protected MessageContext |
mc |
Modifier | Constructor and Description |
---|---|
protected |
SwaggerContainerRequestFilter() |
Modifier and Type | Method and Description |
---|---|
void |
filter(javax.ws.rs.container.ContainerRequestContext requestContext) |
protected static final javax.ws.rs.core.MediaType APPLICATION_YAML_TYPE
protected static final String APIDOCS_LISTING_PATH
protected static final String APIDOCS_LISTING_PATH_JSON
protected static final String APIDOCS_LISTING_PATH_YAML
@Context protected MessageContext mc
public void filter(javax.ws.rs.container.ContainerRequestContext requestContext) throws IOException
filter
in interface javax.ws.rs.container.ContainerRequestFilter
IOException
Apache CXF