| Package | Description |
|---|---|
| org.apache.cxf.jaxrs.model | |
| org.apache.cxf.jaxrs.utils |
| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
OperationResourceInfo.getParameters() |
List<Parameter> |
UserOperation.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserOperation.setParameters(List<Parameter> ps) |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
static Parameter |
ResourceUtils.getParameter(int index,
Annotation[] anns,
Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
static List<Parameter> |
ResourceUtils.getParameters(Method resourceMethod) |
static Map<Parameter,Class<?>> |
InjectionUtils.getParametersFromBeanClass(Class<?> beanClass,
ParameterType type,
boolean checkIgnorable) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
JAXRSUtils.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) |
Apache CXF