return (Enum)ObjectUtil.getValue(val, paramType, null);
}
@WebParamResolver(annotatedWith=WebParam.class)
public Map resolveMap(AnnotationMap annotationMap, Class paramType, RequestContext rc) {
WebParam webParam = annotationMap.get(WebParam.class);
return rc.getParamMap(webParam.value());
}