is.add(new FormEntityInjectable(p.getParameterClass(),
p.getParameterType(), p.getAnnotations()));
} else
return null;
} else if (p.getAnnotation().annotationType() == FormParam.class) {
MultivaluedParameterExtractor e = MultivaluedParameterProcessor.
process(p.getDefaultValue(), p.getParameterClass(),
p.getParameterType(), p.getSourceName());
if (e == null)
return null;
is.add(new FormParamInjectable(e, !p.isEncoded()));