Uses of Class
org.apache.cxf.jaxrs.model.Parameter
Packages that use Parameter
-
Uses of Parameter in org.apache.cxf.jaxrs.model
Methods in org.apache.cxf.jaxrs.model that return types with arguments of type ParameterModifier and TypeMethodDescriptionOperationResourceInfo.getParameters()UserOperation.getParameters()Method parameters in org.apache.cxf.jaxrs.model with type arguments of type ParameterConstructor parameters in org.apache.cxf.jaxrs.model with type arguments of type ParameterModifierConstructorDescriptionOperationResourceInfo(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 ParameterModifier and TypeMethodDescriptionstatic ParameterResourceUtils.getParameter(int index, Annotation[] anns, Class<?> type) Methods in org.apache.cxf.jaxrs.utils that return types with arguments of type ParameterModifier and TypeMethodDescriptionResourceUtils.getParameters(Method resourceMethod) InjectionUtils.getParametersFromBeanClass(Class<?> beanClass, ParameterType type, boolean checkIgnorable) Methods in org.apache.cxf.jaxrs.utils with parameters of type ParameterModifier and TypeMethodDescriptionstatic ObjectJAXRSUtils.createHttpParameterValue(Parameter parameter, Class<?> parameterClass, Type genericParam, Annotation[] paramAnns, org.apache.cxf.message.Message message, jakarta.ws.rs.core.MultivaluedMap<String, String> values, OperationResourceInfo ori)