Uses of Class
org.apache.cxf.jaxrs.model.Parameter
-
Packages that use Parameter Package Description 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 Modifier and Type Method Description List<Parameter>OperationResourceInfo. getParameters()List<Parameter>UserOperation. getParameters()Method parameters in org.apache.cxf.jaxrs.model with type arguments of type Parameter Modifier and Type Method Description voidUserOperation. setParameters(List<Parameter> ps)Constructor parameters in org.apache.cxf.jaxrs.model with type arguments of type Parameter Constructor Description OperationResourceInfo(Method m, ClassResourceInfo cri, URITemplate template, String httpVerb, String consumeMediaTypes, String produceMediaTypes, List<Parameter> params, boolean oneway)UserOperation(String methodName, String pathValue, List<Parameter> ps) -
Uses of Parameter in org.apache.cxf.jaxrs.utils
Methods in org.apache.cxf.jaxrs.utils that return Parameter Modifier and Type Method Description static ParameterResourceUtils. getParameter(int index, Annotation[] anns, Class<?> type)Methods in org.apache.cxf.jaxrs.utils that return types with arguments of type Parameter Modifier and Type Method Description static List<Parameter>ResourceUtils. getParameters(Method resourceMethod)static Map<Parameter,Class<?>>InjectionUtils. getParametersFromBeanClass(Class<?> beanClass, ParameterType type, boolean checkIgnorable)Methods in org.apache.cxf.jaxrs.utils with parameters of type Parameter Modifier and Type Method Description static ObjectJAXRSUtils. createHttpParameterValue(Parameter parameter, Class<?> parameterClass, Type genericParam, Annotation[] paramAnns, org.apache.cxf.message.Message message, javax.ws.rs.core.MultivaluedMap<String,String> values, OperationResourceInfo ori)
-