Uses of Class
org.apache.cxf.jaxrs.model.Parameter
-
Packages that use Parameter Package Description org.apache.cxf.jaxrs.client org.apache.cxf.jaxrs.model org.apache.cxf.jaxrs.model.wadl org.apache.cxf.jaxrs.utils org.apache.cxf.microprofile.client.proxy -
-
Uses of Parameter in org.apache.cxf.jaxrs.client
Methods in org.apache.cxf.jaxrs.client that return types with arguments of type Parameter Modifier and Type Method Description protected static List<Parameter>ClientProxyImpl. getParameters(javax.ws.rs.core.MultivaluedMap<ParameterType,Parameter> map, ParameterType key)protected javax.ws.rs.core.MultivaluedMap<ParameterType,Parameter>ClientProxyImpl. getParametersInfo(Method m, Object[] params, OperationResourceInfo ori)Methods in org.apache.cxf.jaxrs.client with parameters of type Parameter Modifier and Type Method Description protected static Annotation[]ClientProxyImpl. getParamAnnotations(Method m, Parameter p)protected booleanClientProxyImpl. isIgnorableParameter(Method m, Parameter p)Method parameters in org.apache.cxf.jaxrs.client with type arguments of type Parameter Modifier and Type Method Description protected static intClientProxyImpl. getBodyIndex(javax.ws.rs.core.MultivaluedMap<ParameterType,Parameter> map, OperationResourceInfo ori)protected static List<Parameter>ClientProxyImpl. getParameters(javax.ws.rs.core.MultivaluedMap<ParameterType,Parameter> map, ParameterType key)protected List<Object>ClientProxyImpl. getPathParamValues(Method m, Object[] params, javax.ws.rs.core.MultivaluedMap<ParameterType,Parameter> map, List<Parameter> beanParams, OperationResourceInfo ori, int bodyIndex)protected List<Object>ClientProxyImpl. getPathParamValues(Method m, Object[] params, javax.ws.rs.core.MultivaluedMap<ParameterType,Parameter> map, List<Parameter> beanParams, OperationResourceInfo ori, int bodyIndex)protected voidClientProxyImpl. handleCookies(Method m, Object[] params, javax.ws.rs.core.MultivaluedMap<String,String> headers, List<Parameter> beanParams, javax.ws.rs.core.MultivaluedMap<ParameterType,Parameter> map)protected javax.ws.rs.core.MultivaluedMap<String,String>ClientProxyImpl. handleForm(Method m, Object[] params, javax.ws.rs.core.MultivaluedMap<ParameterType,Parameter> map, List<Parameter> beanParams)protected javax.ws.rs.core.MultivaluedMap<String,String>ClientProxyImpl. handleForm(Method m, Object[] params, javax.ws.rs.core.MultivaluedMap<ParameterType,Parameter> map, List<Parameter> beanParams)protected voidClientProxyImpl. handleHeaders(Method m, Object[] params, javax.ws.rs.core.MultivaluedMap<String,String> headers, List<Parameter> beanParams, javax.ws.rs.core.MultivaluedMap<ParameterType,Parameter> map)protected voidClientProxyImpl. handleMatrixes(Method m, Object[] params, javax.ws.rs.core.MultivaluedMap<ParameterType,Parameter> map, List<Parameter> beanParams, javax.ws.rs.core.UriBuilder ub)protected voidClientProxyImpl. handleMatrixes(Method m, Object[] params, javax.ws.rs.core.MultivaluedMap<ParameterType,Parameter> map, List<Parameter> beanParams, javax.ws.rs.core.UriBuilder ub)protected List<Attachment>ClientProxyImpl. handleMultipart(javax.ws.rs.core.MultivaluedMap<ParameterType,Parameter> map, OperationResourceInfo ori, Object[] params)protected voidClientProxyImpl. handleQueries(Method m, Object[] params, javax.ws.rs.core.MultivaluedMap<ParameterType,Parameter> map, List<Parameter> beanParams, javax.ws.rs.core.UriBuilder ub)protected voidClientProxyImpl. handleQueries(Method m, Object[] params, javax.ws.rs.core.MultivaluedMap<ParameterType,Parameter> map, List<Parameter> beanParams, javax.ws.rs.core.UriBuilder ub) -
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.model.wadl
Methods in org.apache.cxf.jaxrs.model.wadl with parameters of type Parameter Modifier and Type Method Description protected voidWadlGenerator. doWriteParam(OperationResourceInfo ori, StringBuilder sb, Parameter pm, Class<?> type, Type genericType, String paramName, Annotation[] anns, boolean isJson)protected voidWadlGenerator. handleParameter(StringBuilder sb, Set<Class<?>> jaxbTypes, ElementQNameResolver qnameResolver, Map<Class<?>,QName> clsMap, OperationResourceInfo ori, Parameter pm, boolean isJson)Method parameters in org.apache.cxf.jaxrs.model.wadl with type arguments of type Parameter Modifier and Type Method Description protected voidWadlGenerator. doHandleClassParams(OperationResourceInfo ori, StringBuilder sb, Map<Parameter,Object> params, boolean isJson, ParameterType... pType)protected voidWadlGenerator. doHandleJaxrsBeanParamClassParams(OperationResourceInfo ori, StringBuilder sb, Map<Parameter,Object> params, boolean isJson, ParameterType... pType)protected voidWadlGenerator. handlePathAndMatrixClassParams(OperationResourceInfo ori, StringBuilder sb, Map<Parameter,Object> params, boolean isJson) -
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, Message message, javax.ws.rs.core.MultivaluedMap<String,String> values, OperationResourceInfo ori) -
Uses of Parameter in org.apache.cxf.microprofile.client.proxy
Method parameters in org.apache.cxf.microprofile.client.proxy with type arguments of type Parameter Modifier and Type Method Description protected voidMicroProfileClientProxyImpl. handleHeaders(Method m, Object[] params, javax.ws.rs.core.MultivaluedMap<String,String> headers, List<Parameter> beanParams, javax.ws.rs.core.MultivaluedMap<ParameterType,Parameter> map)
-