public final class OptionsRequestResourceMethodDescriptorImpl extends ResourceMethodDescriptorImpl
| Constructor and Description |
|---|
OptionsRequestResourceMethodDescriptorImpl(Method method,
String httpMethod,
List<MethodParameter> parameters,
AbstractResourceDescriptor parentResource,
List<javax.ws.rs.core.MediaType> consumes,
List<javax.ws.rs.core.MediaType> produces,
Annotation[] additional) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getResponseType() |
accept, consumes, getAnnotations, getHttpMethod, getMethod, getMethodParameters, getParentResource, produces, toStringpublic OptionsRequestResourceMethodDescriptorImpl(Method method, String httpMethod, List<MethodParameter> parameters, AbstractResourceDescriptor parentResource, List<javax.ws.rs.core.MediaType> consumes, List<javax.ws.rs.core.MediaType> produces, Annotation[] additional)
method - See MethodhttpMethod - HTTP request method designatorparameters - list of method parameters. See MethodParameterparentResource - parent resource for this methodconsumes - list of media types which this method can consumeproduces - list of media types which this method can produceadditional - additional annotationspublic Class<?> getResponseType()
getResponseType in interface GenericMethodResourcegetResponseType in class ResourceMethodDescriptorImplGenericMethodResource.getMethod()Copyright © 2015. All rights reserved.