public List<PathSegment> getPathSegments(boolean decode) {
   return JAXRSUtils.getPathSegments(getPath(false), decode);
 }