Apache CXF API

Uses of Class
org.apache.cxf.jaxrs.utils.ParameterType

Packages that use ParameterType
org.apache.cxf.jaxrs.utils   
 

Uses of ParameterType in org.apache.cxf.jaxrs.utils
 

Methods in org.apache.cxf.jaxrs.utils that return ParameterType
static ParameterType ParameterType.valueOf(java.lang.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're declared.
 

Methods in org.apache.cxf.jaxrs.utils with parameters of type ParameterType
static java.lang.Object InjectionUtils.createParameterObject(java.util.List<java.lang.String> paramValues, java.lang.Class<?> paramType, java.lang.reflect.Type genericType, java.lang.String defaultValue, boolean decoded, ParameterType pathParam, java.lang.String basePath)
           
static javax.ws.rs.core.Response.Status HttpUtils.getParameterFailureStatus(ParameterType pType)
           
static java.lang.Object InjectionUtils.handleBean(java.lang.Class<?> paramType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> values, ParameterType pType, java.lang.String basePath)
           
static java.lang.Object InjectionUtils.handleParameter(java.lang.String value, java.lang.Class<?> pClass, ParameterType pType, java.lang.String basePath)
           
static java.lang.Object InjectionUtils.injectIntoList(java.lang.reflect.Type genericType, java.util.List<java.lang.String> values, boolean decoded, ParameterType pathParam, java.lang.String basePath)
           
static java.lang.Object InjectionUtils.injectIntoSet(java.lang.reflect.Type genericType, java.util.List<java.lang.String> values, boolean sorted, boolean decoded, ParameterType pathParam, java.lang.String basePath)
           
 


Apache CXF API

Apache CXF