732733734735736737738739
try { final String pathParamValue; pathParamValue = callContext.getLastPathParamEnc(pathParam); return convertParamValue(pathParamValue); } catch (ConvertParameterException e) { throw new ConvertPathParamException(e); } }