Apache CXF API

Uses of Class
org.apache.cxf.jaxrs.model.Parameter

Packages that use Parameter
org.apache.cxf.jaxrs.model   
org.apache.cxf.jaxrs.utils   
 

Uses of Parameter in org.apache.cxf.jaxrs.model
 

Methods in org.apache.cxf.jaxrs.model that return types with arguments of type Parameter
 java.util.List<Parameter> OperationResourceInfo.getParameters()
           
 java.util.List<Parameter> UserOperation.getParameters()
           
 

Method parameters in org.apache.cxf.jaxrs.model with type arguments of type Parameter
 void UserOperation.setParameters(java.util.List<Parameter> ps)
           
 

Constructor parameters in org.apache.cxf.jaxrs.model with type arguments of type Parameter
OperationResourceInfo(java.lang.reflect.Method m, ClassResourceInfo cri, URITemplate template, java.lang.String httpVerb, java.lang.String consumeMediaTypes, java.lang.String produceMediaTypes, java.util.List<Parameter> params)
           
UserOperation(java.lang.String methodName, java.lang.String pathValue, java.util.List<Parameter> ps)
           
 

Uses of Parameter in org.apache.cxf.jaxrs.utils
 

Methods in org.apache.cxf.jaxrs.utils that return Parameter
static Parameter ResourceUtils.getParameter(int index, java.lang.annotation.Annotation[] anns)
           
 

Methods in org.apache.cxf.jaxrs.utils that return types with arguments of type Parameter
static java.util.List<Parameter> ResourceUtils.getParameters(java.lang.reflect.Method resourceMethod)
           
static java.util.Map<Parameter,java.lang.Class<?>> InjectionUtils.getParametersFromBeanClass(java.lang.Class<?> beanClass, ParameterType type)
           
 

Methods in org.apache.cxf.jaxrs.utils with parameters of type Parameter
static java.lang.Object JAXRSUtils.createHttpParameterValue(Parameter parameter, java.lang.Class<?> parameterClass, java.lang.reflect.Type genericParam, Message message, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> values, OperationResourceInfo ori)
           
 


Apache CXF API

Apache CXF