Uses of Class
org.apache.cxf.jaxrs.model.ParameterType
-
Packages that use ParameterType Package Description org.apache.cxf.jaxrs.client org.apache.cxf.jaxrs.model org.apache.cxf.jaxrs.model.wadl org.apache.cxf.jaxrs.utils -
-
Uses of ParameterType in org.apache.cxf.jaxrs.client
Methods in org.apache.cxf.jaxrs.client that return types with arguments of type ParameterType Modifier and Type Method Description 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 ParameterType Modifier and Type Method Description protected voidAbstractClient. addMatrixQueryParamsToBuilder(javax.ws.rs.core.UriBuilder ub, String paramName, ParameterType pt, Annotation[] anns, Object... pValues)protected static List<Parameter>ClientProxyImpl. getParameters(javax.ws.rs.core.MultivaluedMap<ParameterType,Parameter> map, ParameterType key)Method parameters in org.apache.cxf.jaxrs.client with type arguments of type ParameterType 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 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. 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) -
Uses of ParameterType in org.apache.cxf.jaxrs.model
Methods in org.apache.cxf.jaxrs.model that return ParameterType Modifier and Type Method Description ParameterTypeParameter. getType()static ParameterTypeParameterType. valueOf(String name)Returns the enum constant of this type with the specified name.static ParameterType[]ParameterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.cxf.jaxrs.model with parameters of type ParameterType Constructor Description Parameter(ParameterType type, int ind, String aValue)Parameter(ParameterType type, int ind, String aValue, boolean isEncoded, String defaultValue)Parameter(ParameterType type, String aValue) -
Uses of ParameterType in org.apache.cxf.jaxrs.model.wadl
Methods in org.apache.cxf.jaxrs.model.wadl with parameters of type ParameterType 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. handleParams(StringBuilder sb, OperationResourceInfo ori, ParameterType type, boolean isJson) -
Uses of ParameterType in org.apache.cxf.jaxrs.utils
Methods in org.apache.cxf.jaxrs.utils with parameters of type ParameterType Modifier and Type Method Description static ObjectInjectionUtils. createParameterObject(List<String> paramValues, Class<?> paramType, Type genericType, Annotation[] paramAnns, String defaultValue, boolean decoded, ParameterType pathParam, Message message)static StringInjectionUtils. decodeValue(String value, boolean decode, ParameterType param)static javax.ws.rs.core.Response.StatusHttpUtils. getParameterFailureStatus(ParameterType pType)static Map<Parameter,Class<?>>InjectionUtils. getParametersFromBeanClass(Class<?> beanClass, ParameterType type, boolean checkIgnorable)static ObjectInjectionUtils. handleBean(Class<?> paramType, Annotation[] paramAnns, javax.ws.rs.core.MultivaluedMap<String,String> values, ParameterType pType, Message message, boolean decoded)static <T> TInjectionUtils. handleParameter(String value, boolean decoded, Class<T> pClass, Type genericType, Annotation[] paramAnns, ParameterType pType, Message message)
-